Html Css Color HEX #086332 Crusoe

📋 copy color: '#086332'

red 8 ◦ green 99 ◦ blue 50

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

Shades of Crusoe #086332

Tints of Crusoe #086332

RGB

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

 GREEN value IS 99 (39.06% from 255) = 63.06%

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

R = 5.1%
G = 63.06%
B = 31.85%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#086332 (or 0x086332) is known color: Crusoe. HEX triplet: 08, 63 and 32. RGB value is (8,99,50). Sum of RGB (Red+Green+Blue) = 8+99+50=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 99 (39.06% from 255 or 63.06% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 99 - color contains mainly: green. Hex color #086332 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086332 is #F79CCD. Grayscale: #424242. Windows color (decimal): -16227534 or 3302152. OLE color: 3302152.

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

Color convert

RGB 8 99 50 -
CMYK 0.92 0 0.49 0.61
HSL 147.69º 0.85% 0.21% -
HSV(B) 147.69º 0.92% 0.39% -
XYZ 5.14 9.21 4.52 -
YUV 66.21 118.85 86.48 -
System Red Green Blue C M Y K H S L
Decimal 8 99 50 0.92 0 0.49 0.61 147.69 0.85 0.21
Hex 8 63 32 5C 0 31 3D 94 55 15
Octal 10 143 62 134 0 61 75 224 125 25
Binary 1000 1100011 110010 1011100 0 110001 111101 10010100 1010101 10101

Color Harmonies of #086332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086332

Black with #086332

Text Example


Text Example

White with #086332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086332; }

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

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

background-color css

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

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

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

border-color css

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

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

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