#08501B

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

Shades of Crusoe #08501B

Tints of Crusoe #08501B

Color information

#08501B (or 0x08501B) is unknown color: approx Crusoe. HEX triplet: 08, 50 and 1B. RGB value is (8,80,27). Sum of RGB (Red+Green+Blue) = 8+80+27=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 80 (31.64% from 255 or 69.57% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 80 - color contains mainly: green. Hex color #08501B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08501B is #F7AFE4. Grayscale: #343434. Windows color (decimal): -16232421 or 1789960. OLE color: 1789960.

HSL color Cylindrical-coordinate representation of color #08501B: hue angle of 135.83º 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 #08501B is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB88027-
CMYK0.9000.660.69
HSL135.83º81.82%17.25%-
HSV(B)135.83º90%31.37%-
XYZ3.175.872-
YUV52.43113.6596.31-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.96%
GREEN value IS 80 (31.64% from 255) = 69.57%
BLUE value IS 27 (10.94% from 255) = 23.48%
R=6.96%
G=69.57%
B=23.48%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal880270.9000.660.69135.8381.8217.25
Hex8501B5A04245885211
Octal1012033132010210521012221
Binary1000101000011011101101001000010100010110001000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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