#516A20

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

Shades of Green Leaf #516A20

Tints of Green Leaf #516A20

Color information

#516A20 (or 0x516A20) is unknown color: approx Green Leaf. HEX triplet: 51, 6A and 20. RGB value is (81,106,32). Sum of RGB (Red+Green+Blue) = 81+106+32=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 106 (41.80% from 255 or 48.40% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 106 - color contains mainly: green. Hex color #516A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516A20 is #AE95DF. Grayscale: #5A5A5A. Windows color (decimal): -11441632 or 2124369. OLE color: 2124369.

HSL color Cylindrical-coordinate representation of color #516A20: hue angle of 80.27º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #516A20 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB8110632-
CMYK0.2400.700.58
HSL80.27º53.62%27.06%-
HSV(B)80.27º69.81%41.57%-
XYZ8.8112.163.25-
YUV90.0995.22121.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.99%
GREEN value IS 106 (41.80% from 255) = 48.40%
BLUE value IS 32 (12.89% from 255) = 14.61%
R=36.99%
G=48.40%
B=14.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81106320.2400.700.5880.2753.6227.06
Hex516A20180463A50361b
Octal12115240300106721206633
Binary101000111010101000001100001000110111010101000011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516A20; }

 p { color: rgb(81,106,32); }

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

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

 a { background-color: rgb(81,106,32); }

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

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

 span { border-color: rgb(81,106,32); }

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