#056E29

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

Shades of Crusoe #056E29

Tints of Crusoe #056E29

Color information

#056E29 (or 0x056E29) is unknown color: approx Crusoe. HEX triplet: 05, 6E and 29. RGB value is (5,110,41). Sum of RGB (Red+Green+Blue) = 5+110+41=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 110 (43.36% from 255 or 70.51% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 110 - color contains mainly: green. Hex color #056E29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056E29 is #FA91D6. Grayscale: #464646. Windows color (decimal): -16421335 or 2715141. OLE color: 2715141.

HSL color Cylindrical-coordinate representation of color #056E29: hue angle of 140.57º 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 #056E29 is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.57.

Color convert

RGB511041-
CMYK0.9500.630.57
HSL140.57º91.3%22.55%-
HSV(B)140.57º95.45%43.14%-
XYZ6.0411.343.97-
YUV70.74111.2181.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.21%
GREEN value IS 110 (43.36% from 255) = 70.51%
BLUE value IS 41 (16.41% from 255) = 26.28%
R=3.21%
G=70.51%
B=26.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5110410.9500.630.57140.5791.322.55
Hex56E295F03F398d5b17
Octal5156511370777121513327
Binary10111011101010011011111011111111100110001101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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