#055D20

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

Shades of Crusoe #055D20

Tints of Crusoe #055D20

Color information

#055D20 (or 0x055D20) is unknown color: approx Crusoe. HEX triplet: 05, 5D and 20. RGB value is (5,93,32). Sum of RGB (Red+Green+Blue) = 5+93+32=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 93 (36.72% from 255 or 71.54% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 93 - color contains mainly: green. Hex color #055D20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055D20 is #FAA2DF. Grayscale: #3B3B3B. Windows color (decimal): -16425696 or 2120965. OLE color: 2120965.

HSL color Cylindrical-coordinate representation of color #055D20: hue angle of 138.41º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055D20 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB59332-
CMYK0.9500.660.64
HSL138.41º89.8%19.22%-
HSV(B)138.41º94.62%36.47%-
XYZ4.247.972.68-
YUV59.73112.3588.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.85%
GREEN value IS 93 (36.72% from 255) = 71.54%
BLUE value IS 32 (12.89% from 255) = 24.62%
R=3.85%
G=71.54%
B=24.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal593320.9500.660.64138.4189.819.22
Hex55D205F042408a5a13
Octal513540137010210021213223
Binary1011011101100000101111101000010100000010001010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055D20; }

 p { color: rgb(5,93,32); }

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

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

 a { background-color: rgb(5,93,32); }

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

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

 span { border-color: rgb(5,93,32); }

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