#517920

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

Shades of Green Leaf #517920

Tints of Green Leaf #517920

Color information

#517920 (or 0x517920) is unknown color: approx Green Leaf. HEX triplet: 51, 79 and 20. RGB value is (81,121,32). Sum of RGB (Red+Green+Blue) = 81+121+32=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 121 (47.66% from 255 or 51.71% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 121 - color contains mainly: green. Hex color #517920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517920 is #AE86DF. Grayscale: #636363. Windows color (decimal): -11437792 or 2128209. OLE color: 2128209.

HSL color Cylindrical-coordinate representation of color #517920: hue angle of 86.97º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #517920 is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB8112132-
CMYK0.3300.740.53
HSL86.97º58.17%30%-
HSV(B)86.97º73.55%47.45%-
XYZ10.4915.533.81-
YUV98.8990.25115.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.62%
GREEN value IS 121 (47.66% from 255) = 51.71%
BLUE value IS 32 (12.89% from 255) = 13.68%
R=34.62%
G=51.71%
B=13.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81121320.3300.740.5386.9758.1730
Hex5179202104A35573a1e
Octal12117140410112651277236
Binary1010001111100110000010000101001010110101101011111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517920; }

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

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

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

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

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

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

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

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