#056E2C

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

Shades of Crusoe #056E2C

Tints of Crusoe #056E2C

Color information

#056E2C (or 0x056E2C) is unknown color: approx Crusoe. HEX triplet: 05, 6E and 2C. RGB value is (5,110,44). Sum of RGB (Red+Green+Blue) = 5+110+44=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 110 (43.36% from 255 or 69.18% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 110 - color contains mainly: green. Hex color #056E2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056E2C is #FA91D3. Grayscale: #474747. Windows color (decimal): -16421332 or 2911749. OLE color: 2911749.

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

Color convert

RGB511044-
CMYK0.9500.60.57
HSL142.29º91.3%22.55%-
HSV(B)142.29º95.45%43.14%-
XYZ6.0911.374.26-
YUV71.08112.7180.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.14%
GREEN value IS 110 (43.36% from 255) = 69.18%
BLUE value IS 44 (17.58% from 255) = 27.67%
R=3.14%
G=69.18%
B=27.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5110440.9500.60.57142.2991.322.55
Hex56E2C5F03C398e5b17
Octal5156541370747121613327
Binary10111011101011001011111011110011100110001110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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