#057112

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

Shades of Green #057112

Tints of Green #057112

Color information

#057112 (or 0x057112) is unknown color: approx Green. HEX triplet: 05, 71 and 12. RGB value is (5,113,18). Sum of RGB (Red+Green+Blue) = 5+113+18=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 113 (44.53% from 255 or 83.09% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 113 - color contains mainly: green. Hex color #057112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057112 is #FA8EED. Grayscale: #464646. Windows color (decimal): -16420590 or 1208581. OLE color: 1208581.

HSL color Cylindrical-coordinate representation of color #057112: hue angle of 127.22º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057112 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB511318-
CMYK0.9600.840.56
HSL127.22º91.53%23.14%-
HSV(B)127.22º95.58%44.31%-
XYZ6.0811.892.55-
YUV69.8898.7281.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.68%
GREEN value IS 113 (44.53% from 255) = 83.09%
BLUE value IS 18 (7.42% from 255) = 13.24%
R=3.68%
G=83.09%
B=13.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5113180.9600.840.56127.2291.5323.14
Hex5711260054387f5c17
Octal51612214001247017713427
Binary1011110001100101100000010101001110001111111101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057112; }

 p { color: rgb(5,113,18); }

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

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

 a { background-color: rgb(5,113,18); }

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

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

 span { border-color: rgb(5,113,18); }

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