#08541F

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

Shades of Crusoe #08541F

Tints of Crusoe #08541F

Color information

#08541F (or 0x08541F) is unknown color: approx Crusoe. HEX triplet: 08, 54 and 1F. RGB value is (8,84,31). Sum of RGB (Red+Green+Blue) = 8+84+31=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 84 (33.20% from 255 or 68.29% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 84 - color contains mainly: green. Hex color #08541F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08541F is #F7ABE0. Grayscale: #373737. Windows color (decimal): -16231393 or 2053128. OLE color: 2053128.

HSL color Cylindrical-coordinate representation of color #08541F: hue angle of 138.16º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08541F is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB88431-
CMYK0.9000.630.67
HSL138.16º82.61%18.04%-
HSV(B)138.16º90.48%32.94%-
XYZ3.526.492.36-
YUV55.23114.3294.31-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.50%
GREEN value IS 84 (33.20% from 255) = 68.29%
BLUE value IS 31 (12.5% from 255) = 25.20%
R=6.50%
G=68.29%
B=25.20%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal884310.9000.630.67138.1682.6118.04
Hex8541F5A03F438a5312
Octal101243713207710321212322
Binary100010101001111110110100111111100001110001010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08541F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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