#516C16

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

Shades of Green Leaf #516C16

Tints of Green Leaf #516C16

Color information

#516C16 (or 0x516C16) is unknown color: approx Green Leaf. HEX triplet: 51, 6C and 16. RGB value is (81,108,22). Sum of RGB (Red+Green+Blue) = 81+108+22=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 108 (42.58% from 255 or 51.18% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 108 - color contains mainly: green. Hex color #516C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516C16 is #AE93E9. Grayscale: #5A5A5A. Windows color (decimal): -11441130 or 1469521. OLE color: 1469521.

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

Color convert

RGB8110822-
CMYK0.2500.800.58
HSL78.84º66.15%25.49%-
HSV(B)78.84º79.63%42.35%-
XYZ8.912.532.71-
YUV90.1289.55121.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.39%
GREEN value IS 108 (42.58% from 255) = 51.18%
BLUE value IS 22 (8.98% from 255) = 10.43%
R=38.39%
G=51.18%
B=10.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81108220.2500.800.5878.8466.1525.49
Hex516C16190503A4f4219
Octal121154263101207211710231
Binary101000111011001011011001010100001110101001111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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