#06552C

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

Shades of Crusoe #06552C

Tints of Crusoe #06552C

Color information

#06552C (or 0x06552C) is unknown color: approx Crusoe. HEX triplet: 06, 55 and 2C. RGB value is (6,85,44). Sum of RGB (Red+Green+Blue) = 6+85+44=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 85 (33.59% from 255 or 62.96% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 85 - color contains mainly: green. Hex color #06552C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06552C is #F9AAD3. Grayscale: #383838. Windows color (decimal): -16362196 or 2905350. OLE color: 2905350.

HSL color Cylindrical-coordinate representation of color #06552C: hue angle of 148.86º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06552C is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB68544-
CMYK0.9300.480.67
HSL148.86º86.81%17.84%-
HSV(B)148.86º92.94%33.33%-
XYZ3.786.723.48-
YUV56.7120.8391.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.44%
GREEN value IS 85 (33.59% from 255) = 62.96%
BLUE value IS 44 (17.58% from 255) = 32.59%
R=4.44%
G=62.96%
B=32.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal685440.9300.480.67148.8686.8117.84
Hex6552C5D03043955712
Octal61255413506010322512722
Binary110101010110110010111010110000100001110010101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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