#08522C

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

Shades of Crusoe #08522C

Tints of Crusoe #08522C

Color information

#08522C (or 0x08522C) is unknown color: approx Crusoe. HEX triplet: 08, 52 and 2C. RGB value is (8,82,44). Sum of RGB (Red+Green+Blue) = 8+82+44=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 82 (32.42% from 255 or 61.19% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 82 - color contains mainly: green. Hex color #08522C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08522C is #F7ADD3. Grayscale: #373737. Windows color (decimal): -16231892 or 2904584. OLE color: 2904584.

HSL color Cylindrical-coordinate representation of color #08522C: hue angle of 149.19º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08522C is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB88244-
CMYK0.9000.460.68
HSL149.19º82.22%17.65%-
HSV(B)149.19º90.24%32.16%-
XYZ3.576.273.4-
YUV55.54121.4894.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.97%
GREEN value IS 82 (32.42% from 255) = 61.19%
BLUE value IS 44 (17.58% from 255) = 32.84%
R=5.97%
G=61.19%
B=32.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal882440.9000.460.68149.1982.2217.65
Hex8522C5A02E44955212
Octal101225413205610422512222
Binary1000101001010110010110100101110100010010010101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08522C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08522C; }

 p { color: rgb(8,82,44); }

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

<style>
 a { background-color: #08522C; }

 a { background-color: rgb(8,82,44); }

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

<style>
 span { border-color: #08522C; }

 span { border-color: rgb(8,82,44); }

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