#517512

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

Shades of Green Leaf #517512

Tints of Green Leaf #517512

Color information

#517512 (or 0x517512) is unknown color: approx Green Leaf. HEX triplet: 51, 75 and 12. RGB value is (81,117,18). Sum of RGB (Red+Green+Blue) = 81+117+18=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 117 (46.09% from 255 or 54.17% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 117 - color contains mainly: green. Hex color #517512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517512 is #AE8AED. Grayscale: #5F5F5F. Windows color (decimal): -11438830 or 1209681. OLE color: 1209681.

HSL color Cylindrical-coordinate representation of color #517512: hue angle of 81.82º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #517512 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB8111718-
CMYK0.3100.850.54
HSL81.82º73.33%26.47%-
HSV(B)81.82º84.62%45.88%-
XYZ9.8614.522.85-
YUV94.9584.57118.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.5%
GREEN value IS 117 (46.09% from 255) = 54.17%
BLUE value IS 18 (7.42% from 255) = 8.33%
R=37.5%
G=54.17%
B=8.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81117180.3100.850.5481.8273.3326.47
Hex5175121F0553652491a
Octal121165223701256612211132
Binary101000111101011001011111010101011101101010010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517512; }

 p { color: rgb(81,117,18); }

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

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

 a { background-color: rgb(81,117,18); }

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

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

 span { border-color: rgb(81,117,18); }

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