#08551A

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

Shades of Crusoe #08551A

Tints of Crusoe #08551A

Color information

#08551A (or 0x08551A) is unknown color: approx Crusoe. HEX triplet: 08, 55 and 1A. RGB value is (8,85,26). Sum of RGB (Red+Green+Blue) = 8+85+26=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 85 (33.59% from 255 or 71.43% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 85 - color contains mainly: green. Hex color #08551A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08551A is #F7AAE5. Grayscale: #373737. Windows color (decimal): -16231142 or 1725704. OLE color: 1725704.

HSL color Cylindrical-coordinate representation of color #08551A: hue angle of 134.03º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08551A is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB88526-
CMYK0.9100.690.67
HSL134.03º82.8%18.24%-
HSV(B)134.03º90.59%33.33%-
XYZ3.546.622.07-
YUV55.25111.4994.3-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.72%
GREEN value IS 85 (33.59% from 255) = 71.43%
BLUE value IS 26 (10.55% from 255) = 21.85%
R=6.72%
G=71.43%
B=21.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal885260.9100.690.67134.0382.818.24
Hex8551A5B04543865312
Octal1012532133010510320612322
Binary1000101010111010101101101000101100001110000110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08551A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08551A; }

 p { color: rgb(8,85,26); }

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

<style>
 a { background-color: #08551A; }

 a { background-color: rgb(8,85,26); }

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

<style>
 span { border-color: #08551A; }

 span { border-color: rgb(8,85,26); }

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