#517A14

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

Shades of Green Leaf #517A14

Tints of Green Leaf #517A14

Color information

#517A14 (or 0x517A14) is unknown color: approx Green Leaf. HEX triplet: 51, 7A and 14. RGB value is (81,122,20). Sum of RGB (Red+Green+Blue) = 81+122+20=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 122 (48.05% from 255 or 54.71% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 122 - color contains mainly: green. Hex color #517A14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517A14 is #AE85EB. Grayscale: #626262. Windows color (decimal): -11437548 or 1342033. OLE color: 1342033.

HSL color Cylindrical-coordinate representation of color #517A14: hue angle of 84.12º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #517A14 is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB8112220-
CMYK0.3400.840.52
HSL84.12º71.83%27.84%-
HSV(B)84.12º83.61%47.84%-
XYZ10.4815.723.14-
YUV98.1183.92115.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.32%
GREEN value IS 122 (48.05% from 255) = 54.71%
BLUE value IS 20 (8.20% from 255) = 8.97%
R=36.32%
G=54.71%
B=8.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal81122200.3400.840.5284.1271.8327.84
Hex517A14220543454481c
Octal121172244201246412411034
Binary1010001111101010100100010010101001101001010100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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