#08611C

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

Shades of Crusoe #08611C

Tints of Crusoe #08611C

Color information

#08611C (or 0x08611C) is unknown color: approx Crusoe. HEX triplet: 08, 61 and 1C. RGB value is (8,97,28). Sum of RGB (Red+Green+Blue) = 8+97+28=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 97 (38.28% from 255 or 72.93% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 97 - color contains mainly: green. Hex color #08611C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08611C is #F79EE3. Grayscale: #3E3E3E. Windows color (decimal): -16228068 or 1859848. OLE color: 1859848.

HSL color Cylindrical-coordinate representation of color #08611C: hue angle of 133.48º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08611C is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB89728-
CMYK0.9200.710.62
HSL133.48º84.76%20.59%-
HSV(B)133.48º91.75%38.04%-
XYZ4.588.682.53-
YUV62.52108.5189.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.02%
GREEN value IS 97 (38.28% from 255) = 72.93%
BLUE value IS 28 (11.33% from 255) = 21.05%
R=6.02%
G=72.93%
B=21.05%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal897280.9200.710.62133.4884.7620.59
Hex8611C5C0473E855515
Octal101413413401077620512525
Binary100011000011110010111000100011111111010000101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08611C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08611C; }

 p { color: rgb(8,97,28); }

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

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

 a { background-color: rgb(8,97,28); }

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

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

 span { border-color: rgb(8,97,28); }

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