#516D16

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

Shades of Green Leaf #516D16

Tints of Green Leaf #516D16

Color information

#516D16 (or 0x516D16) is unknown color: approx Green Leaf. HEX triplet: 51, 6D and 16. RGB value is (81,109,22). Sum of RGB (Red+Green+Blue) = 81+109+22=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 109 (42.97% from 255 or 51.42% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 109 - color contains mainly: green. Hex color #516D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516D16 is #AE92E9. Grayscale: #5B5B5B. Windows color (decimal): -11440874 or 1469777. OLE color: 1469777.

HSL color Cylindrical-coordinate representation of color #516D16: hue angle of 79.31º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #516D16 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.57.

Color convert

RGB8110922-
CMYK0.2600.800.57
HSL79.31º66.41%25.69%-
HSV(B)79.31º79.82%42.75%-
XYZ9.0112.742.74-
YUV90.7189.22121.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.21%
GREEN value IS 109 (42.97% from 255) = 51.42%
BLUE value IS 22 (8.98% from 255) = 10.38%
R=38.21%
G=51.42%
B=10.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81109220.2600.800.5779.3166.4125.69
Hex516D161A050394f421a
Octal121155263201207111710232
Binary101000111011011011011010010100001110011001111100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,109,22); }

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

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

 a { background-color: rgb(81,109,22); }

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

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

 span { border-color: rgb(81,109,22); }

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