Html Css Color HEX #086331 Crusoe

📋 copy color: '#086331'

red 8 ◦ green 99 ◦ blue 49

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

Shades of Crusoe #086331

Tints of Crusoe #086331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 31.41%

R = 5.13%
G = 63.46%
B = 31.41%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#086331 (or 0x086331) is known color: Crusoe. HEX triplet: 08, 63 and 31. RGB value is (8,99,49). Sum of RGB (Red+Green+Blue) = 8+99+49=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 99 (39.06% from 255 or 63.46% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 99 - color contains mainly: green. Hex color #086331 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086331 is #F79CCE. Grayscale: #424242. Windows color (decimal): -16227535 or 3236616. OLE color: 3236616.

HSL color Cylindrical-coordinate representation of color #086331: hue angle of 147.03º 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 #086331 is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 99 49 -
CMYK 0.92 0 0.51 0.61
HSL 147.03º 0.85% 0.21% -
HSV(B) 147.03º 0.92% 0.39% -
XYZ 5.12 9.2 4.41 -
YUV 66.09 118.35 86.57 -
System Red Green Blue C M Y K H S L
Decimal 8 99 49 0.92 0 0.51 0.61 147.03 0.85 0.21
Hex 8 63 31 5C 0 33 3D 93 55 15
Octal 10 143 61 134 0 63 75 223 125 25
Binary 1000 1100011 110001 1011100 0 110011 111101 10010011 1010101 10101

Color Harmonies of #086331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086331

Black with #086331

Text Example


Text Example

White with #086331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086331; }

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

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

background-color css

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

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

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

border-color css

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

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

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