#517213

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

Shades of Green Leaf #517213

Tints of Green Leaf #517213

Color information

#517213 (or 0x517213) is unknown color: approx Green Leaf. HEX triplet: 51, 72 and 13. RGB value is (81,114,19). Sum of RGB (Red+Green+Blue) = 81+114+19=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #517213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517213 is #AE8DEC. Grayscale: #5D5D5D. Windows color (decimal): -11439597 or 1274449. OLE color: 1274449.

HSL color Cylindrical-coordinate representation of color #517213: hue angle of 80.84º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #517213 is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB8111419-
CMYK0.2900.830.55
HSL80.84º71.43%26.08%-
HSV(B)80.84º83.33%44.71%-
XYZ9.5313.832.78-
YUV93.386.07119.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.85%
GREEN value IS 114 (44.92% from 255) = 53.27%
BLUE value IS 19 (7.81% from 255) = 8.88%
R=37.85%
G=53.27%
B=8.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81114190.2900.830.5580.8471.4326.08
Hex5172131D0533751471a
Octal121162233501236712110732
Binary101000111100101001111101010100111101111010001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517213; }

 p { color: rgb(81,114,19); }

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

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

 a { background-color: rgb(81,114,19); }

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

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

 span { border-color: rgb(81,114,19); }

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