#517E14

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

Shades of Green Leaf #517E14

Tints of Green Leaf #517E14

Color information

#517E14 (or 0x517E14) is unknown color: approx Green Leaf. HEX triplet: 51, 7E and 14. RGB value is (81,126,20). Sum of RGB (Red+Green+Blue) = 81+126+20=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 126 (49.61% from 255 or 55.51% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 126 - color contains mainly: green. Hex color #517E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517E14 is #AE81EB. Grayscale: #646464. Windows color (decimal): -11436524 or 1343057. OLE color: 1343057.

HSL color Cylindrical-coordinate representation of color #517E14: hue angle of 85.47º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #517E14 is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB8112620-
CMYK0.3600.840.51
HSL85.47º72.6%28.63%-
HSV(B)85.47º84.13%49.41%-
XYZ10.9816.723.31-
YUV100.4682.59114.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.68%
GREEN value IS 126 (49.61% from 255) = 55.51%
BLUE value IS 20 (8.20% from 255) = 8.81%
R=35.68%
G=55.51%
B=8.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal81126200.3600.840.5185.4772.628.63
Hex517E14240543355491d
Octal121176244401246312511135
Binary1010001111111010100100100010101001100111010101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517E14; }

 p { color: rgb(81,126,20); }

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

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

 a { background-color: rgb(81,126,20); }

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

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

 span { border-color: rgb(81,126,20); }

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