#055B20

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

Shades of Crusoe #055B20

Tints of Crusoe #055B20

Color information

#055B20 (or 0x055B20) is unknown color: approx Crusoe. HEX triplet: 05, 5B and 20. RGB value is (5,91,32). Sum of RGB (Red+Green+Blue) = 5+91+32=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 91 (35.94% from 255 or 71.09% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 91 - color contains mainly: green. Hex color #055B20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055B20 is #FAA4DF. Grayscale: #3A3A3A. Windows color (decimal): -16426208 or 2120453. OLE color: 2120453.

HSL color Cylindrical-coordinate representation of color #055B20: hue angle of 138.84º 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 #055B20 is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.

Color convert

RGB59132-
CMYK0.9500.650.64
HSL138.84º89.58%18.82%-
HSV(B)138.84º94.51%35.69%-
XYZ4.067.622.62-
YUV58.56113.0189.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.91%
GREEN value IS 91 (35.94% from 255) = 71.09%
BLUE value IS 32 (12.89% from 255) = 25%
R=3.91%
G=71.09%
B=25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal591320.9500.650.64138.8489.5818.82
Hex55B205F041408b5a13
Octal513340137010110021313223
Binary1011011011100000101111101000001100000010001011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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