#517A16

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

Shades of Green Leaf #517A16

Tints of Green Leaf #517A16

Color information

#517A16 (or 0x517A16) is unknown color: approx Green Leaf. HEX triplet: 51, 7A and 16. RGB value is (81,122,22). Sum of RGB (Red+Green+Blue) = 81+122+22=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 122 (48.05% from 255 or 54.22% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 122 - color contains mainly: green. Hex color #517A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517A16 is #AE85E9. Grayscale: #626262. Windows color (decimal): -11437546 or 1473105. OLE color: 1473105.

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

Color convert

RGB8112222-
CMYK0.3400.820.52
HSL84.6º69.44%28.24%-
HSV(B)84.6º81.97%47.84%-
XYZ10.515.733.24-
YUV98.3484.92115.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36%
GREEN value IS 122 (48.05% from 255) = 54.22%
BLUE value IS 22 (8.98% from 255) = 9.78%
R=36%
G=54.22%
B=9.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal81122220.3400.820.5284.669.4428.24
Hex517A16220523455451c
Octal121172264201226412510534
Binary1010001111101010110100010010100101101001010101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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