#08552C

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

Shades of Crusoe #08552C

Tints of Crusoe #08552C

Color information

#08552C (or 0x08552C) is unknown color: approx Crusoe. HEX triplet: 08, 55 and 2C. RGB value is (8,85,44). Sum of RGB (Red+Green+Blue) = 8+85+44=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 85 (33.59% from 255 or 62.04% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 85 - color contains mainly: green. Hex color #08552C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08552C is #F7AAD3. Grayscale: #393939. Windows color (decimal): -16231124 or 2905352. OLE color: 2905352.

HSL color Cylindrical-coordinate representation of color #08552C: hue angle of 148.05º 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 #08552C is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB88544-
CMYK0.9100.480.67
HSL148.05º82.8%18.24%-
HSV(B)148.05º90.59%33.33%-
XYZ3.86.733.48-
YUV57.3120.4992.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.84%
GREEN value IS 85 (33.59% from 255) = 62.04%
BLUE value IS 44 (17.58% from 255) = 32.12%
R=5.84%
G=62.04%
B=32.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal885440.9100.480.67148.0582.818.24
Hex8552C5B03043945312
Octal101255413306010322412322
Binary1000101010110110010110110110000100001110010100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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