#08531B

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

Shades of Crusoe #08531B

Tints of Crusoe #08531B

Color information

#08531B (or 0x08531B) is unknown color: approx Crusoe. HEX triplet: 08, 53 and 1B. RGB value is (8,83,27). Sum of RGB (Red+Green+Blue) = 8+83+27=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 83 (32.81% from 255 or 70.34% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 83 - color contains mainly: green. Hex color #08531B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08531B is #F7ACE4. Grayscale: #363636. Windows color (decimal): -16231653 or 1790728. OLE color: 1790728.

HSL color Cylindrical-coordinate representation of color #08531B: hue angle of 135.2º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08531B is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB88327-
CMYK0.9000.670.67
HSL135.2º82.42%17.84%-
HSV(B)135.2º90.36%32.55%-
XYZ3.396.322.08-
YUV54.19112.6595.05-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.78%
GREEN value IS 83 (32.81% from 255) = 70.34%
BLUE value IS 27 (10.94% from 255) = 22.88%
R=6.78%
G=70.34%
B=22.88%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal883270.9000.670.67135.282.4217.84
Hex8531B5A04343875212
Octal1012333132010310320712222
Binary1000101001111011101101001000011100001110000111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08531B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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