#516820

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

Shades of Green Leaf #516820

Tints of Green Leaf #516820

Color information

#516820 (or 0x516820) is unknown color: approx Green Leaf. HEX triplet: 51, 68 and 20. RGB value is (81,104,32). Sum of RGB (Red+Green+Blue) = 81+104+32=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 104 (41.02% from 255 or 47.93% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 104 - color contains mainly: green. Hex color #516820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516820 is #AE97DF. Grayscale: #595959. Windows color (decimal): -11442144 or 2123857. OLE color: 2123857.

HSL color Cylindrical-coordinate representation of color #516820: hue angle of 79.17º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #516820 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB8110432-
CMYK0.2200.690.59
HSL79.17º52.94%26.67%-
HSV(B)79.17º69.23%40.78%-
XYZ8.611.753.18-
YUV88.9295.88122.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.33%
GREEN value IS 104 (41.02% from 255) = 47.93%
BLUE value IS 32 (12.89% from 255) = 14.75%
R=37.33%
G=47.93%
B=14.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81104320.2200.690.5979.1752.9426.67
Hex516820160453B4f351b
Octal12115040260105731176533
Binary101000111010001000001011001000101111011100111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516820; }

 p { color: rgb(81,104,32); }

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

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

 a { background-color: rgb(81,104,32); }

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

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

 span { border-color: rgb(81,104,32); }

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