#517216

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

Shades of Green Leaf #517216

Tints of Green Leaf #517216

Color information

#517216 (or 0x517216) is unknown color: approx Green Leaf. HEX triplet: 51, 72 and 16. RGB value is (81,114,22). Sum of RGB (Red+Green+Blue) = 81+114+22=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #517216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517216 is #AE8DE9. Grayscale: #5D5D5D. Windows color (decimal): -11439594 or 1471057. OLE color: 1471057.

HSL color Cylindrical-coordinate representation of color #517216: hue angle of 81.52º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #517216 is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB8111422-
CMYK0.2900.810.55
HSL81.52º67.65%26.67%-
HSV(B)81.52º80.7%44.71%-
XYZ9.5613.842.93-
YUV93.6487.57118.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.33%
GREEN value IS 114 (44.92% from 255) = 52.53%
BLUE value IS 22 (8.98% from 255) = 10.14%
R=37.33%
G=52.53%
B=10.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81114220.2900.810.5581.5267.6526.67
Hex5172161D0513752441b
Octal121162263501216712210433
Binary101000111100101011011101010100011101111010010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517216; }

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

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

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

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

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

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

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

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