#08601E

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

Shades of Crusoe #08601E

Tints of Crusoe #08601E

Color information

#08601E (or 0x08601E) is unknown color: approx Crusoe. HEX triplet: 08, 60 and 1E. RGB value is (8,96,30). Sum of RGB (Red+Green+Blue) = 8+96+30=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 96 (37.89% from 255 or 71.64% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 96 - color contains mainly: green. Hex color #08601E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08601E is #F79FE1. Grayscale: #3E3E3E. Windows color (decimal): -16228322 or 1990664. OLE color: 1990664.

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

Color convert

RGB89630-
CMYK0.9200.690.62
HSL135º84.62%20.39%-
HSV(B)135º91.67%37.65%-
XYZ4.528.512.63-
YUV62.16109.8589.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.97%
GREEN value IS 96 (37.89% from 255) = 71.64%
BLUE value IS 30 (12.11% from 255) = 22.39%
R=5.97%
G=71.64%
B=22.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal896300.9200.690.6213584.6220.39
Hex8601E5C0453E875514
Octal101403613401057620712524
Binary100011000001111010111000100010111111010000111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08601E; }

 p { color: rgb(8,96,30); }

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

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

 a { background-color: rgb(8,96,30); }

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

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

 span { border-color: rgb(8,96,30); }

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