#056E31

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

Shades of Fun Green #056E31

Tints of Fun Green #056E31

Color information

#056E31 (or 0x056E31) is unknown color: approx Fun Green. HEX triplet: 05, 6E and 31. RGB value is (5,110,49). Sum of RGB (Red+Green+Blue) = 5+110+49=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 110 (43.36% from 255 or 67.07% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 110 - color contains mainly: green. Hex color #056E31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056E31 is #FA91CE. Grayscale: #474747. Windows color (decimal): -16421327 or 3239429. OLE color: 3239429.

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

Color convert

RGB511049-
CMYK0.9500.550.57
HSL145.14º91.3%22.55%-
HSV(B)145.14º95.45%43.14%-
XYZ6.1911.414.78-
YUV71.65115.2180.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.05%
GREEN value IS 110 (43.36% from 255) = 67.07%
BLUE value IS 49 (19.53% from 255) = 29.88%
R=3.05%
G=67.07%
B=29.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5110490.9500.550.57145.1491.322.55
Hex56E315F03739915b17
Octal5156611370677122113327
Binary10111011101100011011111011011111100110010001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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