#517B14

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

Shades of Green Leaf #517B14

Tints of Green Leaf #517B14

Color information

#517B14 (or 0x517B14) is unknown color: approx Green Leaf. HEX triplet: 51, 7B and 14. RGB value is (81,123,20). Sum of RGB (Red+Green+Blue) = 81+123+20=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 123 (48.44% from 255 or 54.91% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 123 - color contains mainly: green. Hex color #517B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517B14 is #AE84EB. Grayscale: #636363. Windows color (decimal): -11437292 or 1342289. OLE color: 1342289.

HSL color Cylindrical-coordinate representation of color #517B14: hue angle of 84.47º 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 #517B14 is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB8112320-
CMYK0.3400.840.52
HSL84.47º72.03%28.04%-
HSV(B)84.47º83.74%48.24%-
XYZ10.615.973.18-
YUV98.783.59115.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.16%
GREEN value IS 123 (48.44% from 255) = 54.91%
BLUE value IS 20 (8.20% from 255) = 8.93%
R=36.16%
G=54.91%
B=8.93%

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
Decimal81123200.3400.840.5284.4772.0328.04
Hex517B14220543454481c
Octal121173244201246412411034
Binary1010001111101110100100010010101001101001010100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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