#057016

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

Shades of Green #057016

Tints of Green #057016

Color information

#057016 (or 0x057016) is unknown color: approx Green. HEX triplet: 05, 70 and 16. RGB value is (5,112,22). Sum of RGB (Red+Green+Blue) = 5+112+22=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 112 (44.14% from 255 or 80.58% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 112 - color contains mainly: green. Hex color #057016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057016 is #FA8FE9. Grayscale: #464646. Windows color (decimal): -16420842 or 1470469. OLE color: 1470469.

HSL color Cylindrical-coordinate representation of color #057016: hue angle of 129.53º degrees, saturation: 0.91, 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 #057016 is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB511222-
CMYK0.9600.800.56
HSL129.53º91.45%22.94%-
HSV(B)129.53º95.54%43.92%-
XYZ611.682.7-
YUV69.75101.0581.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.60%
GREEN value IS 112 (44.14% from 255) = 80.58%
BLUE value IS 22 (8.98% from 255) = 15.83%
R=3.60%
G=80.58%
B=15.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5112220.9600.800.56129.5391.4522.94
Hex570166005038825b17
Octal51602614001207020213327
Binary10111100001011011000000101000011100010000010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057016; }

 p { color: rgb(5,112,22); }

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

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

 a { background-color: rgb(5,112,22); }

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

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

 span { border-color: rgb(5,112,22); }

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