#08511F

Color #08511F Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #08511F

Tints of Crusoe #08511F

Color information

#08511F (or 0x08511F) is unknown color: approx Crusoe. HEX triplet: 08, 51 and 1F. RGB value is (8,81,31). Sum of RGB (Red+Green+Blue) = 8+81+31=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 81 (32.03% from 255 or 67.5% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 81 - color contains mainly: green. Hex color #08511F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08511F is #F7AEE0. Grayscale: #353535. Windows color (decimal): -16232161 or 2052360. OLE color: 2052360.

HSL color Cylindrical-coordinate representation of color #08511F: hue angle of 138.9º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08511F is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB88131-
CMYK0.9000.620.68
HSL138.9º82.02%17.45%-
HSV(B)138.9º90.12%31.76%-
XYZ3.296.042.29-
YUV53.47115.3295.57-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.67%
GREEN value IS 81 (32.03% from 255) = 67.5%
BLUE value IS 31 (12.5% from 255) = 25.83%
R=6.67%
G=67.5%
B=25.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal881310.9000.620.68138.982.0217.45
Hex8511F5A03E448b5211
Octal101213713207610421312221
Binary100010100011111110110100111110100010010001011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08511F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08511F; }

 p { color: rgb(8,81,31); }

 H1.HeaderClassName
 {
   color: #08511F;
 }
 .AnyTagClassName
 {
   color: #08511F;
 }
</style>
background-color css

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

 a { background-color: rgb(8,81,31); }

 div.DivClassName
 {
   background-color: #08511F;
 }
 .BgClassName
 {
   background-color: #08511F;
 }
</style>
border-color css

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

 span { border-color: rgb(8,81,31); }

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