#056112

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

Shades of Green #056112

Tints of Green #056112

Color information

#056112 (or 0x056112) is unknown color: approx Green. HEX triplet: 05, 61 and 12. RGB value is (5,97,18). Sum of RGB (Red+Green+Blue) = 5+97+18=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 97 (38.28% from 255 or 80.83% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 97 - color contains mainly: green. Hex color #056112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056112 is #FA9EED. Grayscale: #3C3C3C. Windows color (decimal): -16424686 or 1204485. OLE color: 1204485.

HSL color Cylindrical-coordinate representation of color #056112: hue angle of 128.48º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056112 is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB59718-
CMYK0.9500.810.62
HSL128.48º90.2%20%-
HSV(B)128.48º94.85%38.04%-
XYZ4.458.632-
YUV60.49104.0288.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.17%
GREEN value IS 97 (38.28% from 255) = 80.83%
BLUE value IS 18 (7.42% from 255) = 15%
R=4.17%
G=80.83%
B=15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal597180.9500.810.62128.4890.220
Hex561125F0513E805a14
Octal51412213701217620013224
Binary10111000011001010111110101000111111010000000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056112; }

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

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

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

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

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

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

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

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