Html Css Color HEX #086232 Crusoe

📋 copy color: '#086232'

red 8 ◦ green 98 ◦ blue 50

#086232
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #086232

Tints of Crusoe #086232

RGB

 RED value IS 8 (3.52% from 255) = 5.13%

 GREEN value IS 98 (38.67% from 255) = 62.82%

 BLUE value IS 50 (19.92% from 255) = 32.05%

R = 5.13%
G = 62.82%
B = 32.05%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#086232 (or 0x086232) is known color: Crusoe. HEX triplet: 08, 62 and 32. RGB value is (8,98,50). Sum of RGB (Red+Green+Blue) = 8+98+50=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 98 (38.67% from 255 or 62.82% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 98 - color contains mainly: green. Hex color #086232 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086232 is #F79DCD. Grayscale: #414141. Windows color (decimal): -16227790 or 3301896. OLE color: 3301896.

HSL color Cylindrical-coordinate representation of color #086232: hue angle of 148º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086232 is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 98 50 -
CMYK 0.92 0 0.49 0.62
HSL 148º 0.85% 0.21% -
HSV(B) 148º 0.92% 0.38% -
XYZ 5.04 9.02 4.49 -
YUV 65.62 119.18 86.9 -
System Red Green Blue C M Y K H S L
Decimal 8 98 50 0.92 0 0.49 0.62 148 0.85 0.21
Hex 8 62 32 5C 0 31 3E 94 55 15
Octal 10 142 62 134 0 61 76 224 125 25
Binary 1000 1100010 110010 1011100 0 110001 111110 10010100 1010101 10101

Color Harmonies of #086232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086232

Black with #086232

Text Example


Text Example

White with #086232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086232; }

 p { color: rgb(8,98,50); }

 H1.HeaderClassName
 {
   color: #086232;
 }
 .AnyTagClassName
 {
   color: #086232;
 }
</style>

background-color css

<style>
 a { background-color: #086232; }

 a { background-color: rgb(8,98,50); }

 div.DivClassName
 {
   background-color: #086232;
 }
 .BgClassName
 {
   background-color: #086232;
 }
</style>

border-color css

<style>
 span { border-color: #086232; }

 span { border-color: rgb(8,98,50); }

 td.TdClassName
 {
   border-color: #086232;
 }
 .TagClassName
 {
   border-color: #086232;
 }
</style>