#08571F

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

Shades of Crusoe #08571F

Tints of Crusoe #08571F

Color information

#08571F (or 0x08571F) is unknown color: approx Crusoe. HEX triplet: 08, 57 and 1F. RGB value is (8,87,31). Sum of RGB (Red+Green+Blue) = 8+87+31=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 87 (34.38% from 255 or 69.05% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 87 - color contains mainly: green. Hex color #08571F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08571F is #F7A8E0. Grayscale: #393939. Windows color (decimal): -16230625 or 2053896. OLE color: 2053896.

HSL color Cylindrical-coordinate representation of color #08571F: hue angle of 137.47º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08571F is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB88731-
CMYK0.9100.640.66
HSL137.47º83.16%18.63%-
HSV(B)137.47º90.8%34.12%-
XYZ3.766.972.44-
YUV57113.3393.05-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.35%
GREEN value IS 87 (34.38% from 255) = 69.05%
BLUE value IS 31 (12.5% from 255) = 24.60%
R=6.35%
G=69.05%
B=24.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal887310.9100.640.66137.4783.1618.63
Hex8571F5B04042895313
Octal1012737133010010221112323
Binary1000101011111111101101101000000100001010001001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08571F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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