#055621

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

Shades of Crusoe #055621

Tints of Crusoe #055621

Color information

#055621 (or 0x055621) is unknown color: approx Crusoe. HEX triplet: 05, 56 and 21. RGB value is (5,86,33). Sum of RGB (Red+Green+Blue) = 5+86+33=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 86 (33.98% from 255 or 69.35% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 86 - color contains mainly: green. Hex color #055621 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055621 is #FAA9DE. Grayscale: #373737. Windows color (decimal): -16427487 or 2184709. OLE color: 2184709.

HSL color Cylindrical-coordinate representation of color #055621: hue angle of 140.74º 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 #055621 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB58633-
CMYK0.9400.620.66
HSL140.74º89.01%17.84%-
HSV(B)140.74º94.19%33.73%-
XYZ3.666.82.56-
YUV55.74115.1691.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.03%
GREEN value IS 86 (33.98% from 255) = 69.35%
BLUE value IS 33 (13.28% from 255) = 26.61%
R=4.03%
G=69.35%
B=26.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal586330.9400.620.66140.7489.0117.84
Hex556215E03E428d5912
Octal51264113607610221513122
Binary101101011010000110111100111110100001010001101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055621; }

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

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

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

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

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

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

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

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