#517532

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

Shades of Green Leaf #517532

Tints of Green Leaf #517532

Color information

#517532 (or 0x517532) is unknown color: approx Green Leaf. HEX triplet: 51, 75 and 32. RGB value is (81,117,50). Sum of RGB (Red+Green+Blue) = 81+117+50=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #517532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517532 is #AE8ACD. Grayscale: #626262. Windows color (decimal): -11438798 or 3306833. OLE color: 3306833.

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

Color convert

RGB8111750-
CMYK0.3100.570.54
HSL92.24º40.12%32.75%-
HSV(B)92.24º57.26%45.88%-
XYZ10.3314.75.31-
YUV98.6100.57115.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.66%
GREEN value IS 117 (46.09% from 255) = 47.18%
BLUE value IS 50 (19.92% from 255) = 20.16%
R=32.66%
G=47.18%
B=20.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81117500.3100.570.5492.2440.1232.75
Hex5175321F039365c2821
Octal1211656237071661345041
Binary101000111101011100101111101110011101101011100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517532; }

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

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

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

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

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

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

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

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