#058016

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

Shades of Green #058016

Tints of Green #058016

Color information

#058016 (or 0x058016) is unknown color: approx Green. HEX triplet: 05, 80 and 16. RGB value is (5,128,22). Sum of RGB (Red+Green+Blue) = 5+128+22=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 128 (50.39% from 255 or 82.58% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 128 - color contains mainly: green. Hex color #058016 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058016 is #FA7FE9. Grayscale: #4F4F4F. Windows color (decimal): -16416746 or 1474565. OLE color: 1474565.

HSL color Cylindrical-coordinate representation of color #058016: hue angle of 128.29º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058016 is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB512822-
CMYK0.9600.830.50
HSL128.29º92.48%26.08%-
HSV(B)128.29º96.09%50.2%-
XYZ7.9315.533.34-
YUV79.1495.7575.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.23%
GREEN value IS 128 (50.39% from 255) = 82.58%
BLUE value IS 22 (8.98% from 255) = 14.19%
R=3.23%
G=82.58%
B=14.19%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5128220.9600.830.50128.2992.4826.08
Hex580166005332805c1a
Octal52002614001236220013432
Binary101100000001011011000000101001111001010000000101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058016; }

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

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

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

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

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

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

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

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