#516D32

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

Shades of Green Leaf #516D32

Tints of Green Leaf #516D32

Color information

#516D32 (or 0x516D32) is unknown color: approx Green Leaf. HEX triplet: 51, 6D and 32. RGB value is (81,109,50). Sum of RGB (Red+Green+Blue) = 81+109+50=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 109 (42.97% from 255 or 45.42% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 109 - color contains mainly: green. Hex color #516D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516D32 is #AE92CD. Grayscale: #5E5E5E. Windows color (decimal): -11440846 or 3304785. OLE color: 3304785.

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

Color convert

RGB8110950-
CMYK0.2600.540.57
HSL88.47º37.11%31.18%-
HSV(B)88.47º54.13%42.75%-
XYZ9.4412.925.01-
YUV93.9103.22118.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.75%
GREEN value IS 109 (42.97% from 255) = 45.42%
BLUE value IS 50 (19.92% from 255) = 20.83%
R=33.75%
G=45.42%
B=20.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81109500.2600.540.5788.4737.1131.18
Hex516D321A0363958251f
Octal1211556232066711304537
Binary10100011101101110010110100110110111001101100010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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