#055522

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

Shades of Crusoe #055522

Tints of Crusoe #055522

Color information

#055522 (or 0x055522) is unknown color: approx Crusoe. HEX triplet: 05, 55 and 22. RGB value is (5,85,34). Sum of RGB (Red+Green+Blue) = 5+85+34=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 85 (33.59% from 255 or 68.55% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 85 - color contains mainly: green. Hex color #055522 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055522 is #FAAADD. Grayscale: #373737. Windows color (decimal): -16427742 or 2249989. OLE color: 2249989.

HSL color Cylindrical-coordinate representation of color #055522: hue angle of 141.75º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055522 is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB58534-
CMYK0.9400.600.67
HSL141.75º88.89%17.65%-
HSV(B)141.75º94.12%33.33%-
XYZ3.66.642.61-
YUV55.2711692.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.03%
GREEN value IS 85 (33.59% from 255) = 68.55%
BLUE value IS 34 (13.67% from 255) = 27.42%
R=4.03%
G=68.55%
B=27.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal585340.9400.600.67141.7588.8917.65
Hex555225E03C438e5912
Octal51254213607410321613122
Binary101101010110001010111100111100100001110001110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055522; }

 p { color: rgb(5,85,34); }

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

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

 a { background-color: rgb(5,85,34); }

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

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

 span { border-color: rgb(5,85,34); }

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