#08552E

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

Shades of Crusoe #08552E

Tints of Crusoe #08552E

Color information

#08552E (or 0x08552E) is unknown color: approx Crusoe. HEX triplet: 08, 55 and 2E. RGB value is (8,85,46). Sum of RGB (Red+Green+Blue) = 8+85+46=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 85 (33.59% from 255 or 61.15% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 85 - color contains mainly: green. Hex color #08552E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08552E is #F7AAD1. Grayscale: #393939. Windows color (decimal): -16231122 or 3036424. OLE color: 3036424.

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

Color convert

RGB88546-
CMYK0.9100.460.67
HSL149.61º82.8%18.24%-
HSV(B)149.61º90.59%33.33%-
XYZ3.846.753.68-
YUV57.53121.4992.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.76%
GREEN value IS 85 (33.59% from 255) = 61.15%
BLUE value IS 46 (18.36% from 255) = 33.09%
R=5.76%
G=61.15%
B=33.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal885460.9100.460.67149.6182.818.24
Hex8552E5B02E43965312
Octal101255613305610322612322
Binary1000101010110111010110110101110100001110010110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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