#517032

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

Shades of Green Leaf #517032

Tints of Green Leaf #517032

Color information

#517032 (or 0x517032) is unknown color: approx Green Leaf. HEX triplet: 51, 70 and 32. RGB value is (81,112,50). Sum of RGB (Red+Green+Blue) = 81+112+50=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #517032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517032 is #AE8FCD. Grayscale: #5F5F5F. Windows color (decimal): -11440078 or 3305553. OLE color: 3305553.

HSL color Cylindrical-coordinate representation of color #517032: hue angle of 90º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #517032 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB8111250-
CMYK0.2800.550.56
HSL90º38.27%31.76%-
HSV(B)90º55.36%43.92%-
XYZ9.7613.575.12-
YUV95.66102.23117.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.33%
GREEN value IS 112 (44.14% from 255) = 46.09%
BLUE value IS 50 (19.92% from 255) = 20.58%
R=33.33%
G=46.09%
B=20.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81112500.2800.550.569038.2731.76
Hex5170321C037385a2620
Octal1211606234067701324640
Binary101000111100001100101110001101111110001011010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517032; }

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

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

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

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

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

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

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

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