#516D1E

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

Shades of Green Leaf #516D1E

Tints of Green Leaf #516D1E

Color information

#516D1E (or 0x516D1E) is unknown color: approx Green Leaf. HEX triplet: 51, 6D and 1E. RGB value is (81,109,30). Sum of RGB (Red+Green+Blue) = 81+109+30=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 109 (42.97% from 255 or 49.55% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 109 - color contains mainly: green. Hex color #516D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516D1E is #AE92E1. Grayscale: #5B5B5B. Windows color (decimal): -11440866 or 1994065. OLE color: 1994065.

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

Color convert

RGB8110930-
CMYK0.2600.720.57
HSL81.27º56.83%27.25%-
HSV(B)81.27º72.48%42.75%-
XYZ9.112.783.22-
YUV91.6293.22120.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.82%
GREEN value IS 109 (42.97% from 255) = 49.55%
BLUE value IS 30 (12.11% from 255) = 13.64%
R=36.82%
G=49.55%
B=13.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81109300.2600.720.5781.2756.8327.25
Hex516D1E1A0483951391b
Octal12115536320110711217133
Binary10100011101101111101101001001000111001101000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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