#056E20

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

Shades of Crusoe #056E20

Tints of Crusoe #056E20

Color information

#056E20 (or 0x056E20) is unknown color: approx Crusoe. HEX triplet: 05, 6E and 20. RGB value is (5,110,32). Sum of RGB (Red+Green+Blue) = 5+110+32=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 110 (43.36% from 255 or 74.83% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 110 - color contains mainly: green. Hex color #056E20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056E20 is #FA91DF. Grayscale: #454545. Windows color (decimal): -16421344 or 2125317. OLE color: 2125317.

HSL color Cylindrical-coordinate representation of color #056E20: hue angle of 135.43º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056E20 is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.57.

Color convert

RGB511032-
CMYK0.9500.710.57
HSL135.43º91.3%22.55%-
HSV(B)135.43º95.45%43.14%-
XYZ5.911.293.23-
YUV69.71106.7181.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.40%
GREEN value IS 110 (43.36% from 255) = 74.83%
BLUE value IS 32 (12.89% from 255) = 21.77%
R=3.40%
G=74.83%
B=21.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5110320.9500.710.57135.4391.322.55
Hex56E205F04739875b17
Octal51564013701077120713327
Binary101110111010000010111110100011111100110000111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056E20; }

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

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

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

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

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

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

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

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