#055622

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

Shades of Crusoe #055622

Tints of Crusoe #055622

Color information

#055622 (or 0x055622) is unknown color: approx Crusoe. HEX triplet: 05, 56 and 22. RGB value is (5,86,34). Sum of RGB (Red+Green+Blue) = 5+86+34=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 86 (33.98% from 255 or 68.8% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 86 - color contains mainly: green. Hex color #055622 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055622 is #FAA9DD. Grayscale: #373737. Windows color (decimal): -16427486 or 2250245. OLE color: 2250245.

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

Color convert

RGB58634-
CMYK0.9400.600.66
HSL141.48º89.01%17.84%-
HSV(B)141.48º94.19%33.73%-
XYZ3.686.82.63-
YUV55.85115.6691.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4%
GREEN value IS 86 (33.98% from 255) = 68.8%
BLUE value IS 34 (13.67% from 255) = 27.2%
R=4%
G=68.8%
B=27.2%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal586340.9400.600.66141.4889.0117.84
Hex556225E03C428d5912
Octal51264213607410221513122
Binary101101011010001010111100111100100001010001101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055622; }

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

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

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

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

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

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

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

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