#08501E

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

Shades of Crusoe #08501E

Tints of Crusoe #08501E

Color information

#08501E (or 0x08501E) is unknown color: approx Crusoe. HEX triplet: 08, 50 and 1E. RGB value is (8,80,30). Sum of RGB (Red+Green+Blue) = 8+80+30=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 80 (31.64% from 255 or 67.80% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 80 - color contains mainly: green. Hex color #08501E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08501E is #F7AFE1. Grayscale: #343434. Windows color (decimal): -16232418 or 1986568. OLE color: 1986568.

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

Color convert

RGB88030-
CMYK0.9000.620.69
HSL138.33º81.82%17.25%-
HSV(B)138.33º90%31.37%-
XYZ3.25.882.19-
YUV52.77115.1596.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.78%
GREEN value IS 80 (31.64% from 255) = 67.80%
BLUE value IS 30 (12.11% from 255) = 25.42%
R=6.78%
G=67.80%
B=25.42%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal880300.9000.620.69138.3381.8217.25
Hex8501E5A03E458a5211
Octal101203613207610521212221
Binary100010100001111010110100111110100010110001010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08501E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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