#507013

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

Shades of Green Leaf #507013

Tints of Green Leaf #507013

Color information

#507013 (or 0x507013) is unknown color: approx Green Leaf. HEX triplet: 50, 70 and 13. RGB value is (80,112,19). Sum of RGB (Red+Green+Blue) = 80+112+19=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #507013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507013 is #AF8FEC. Grayscale: #5C5C5C. Windows color (decimal): -11505645 or 1273936. OLE color: 1273936.

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

Color convert

RGB8011219-
CMYK0.2900.830.56
HSL80.65º70.99%25.69%-
HSV(B)80.65º83.04%43.92%-
XYZ9.2213.342.71-
YUV91.8386.9119.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.91%
GREEN value IS 112 (44.14% from 255) = 53.08%
BLUE value IS 19 (7.81% from 255) = 9.00%
R=37.91%
G=53.08%
B=9.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80112190.2900.830.5680.6570.9925.69
Hex5070131D0533851471a
Octal120160233501237012110732
Binary101000011100001001111101010100111110001010001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507013; }

 p { color: rgb(80,112,19); }

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

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

 a { background-color: rgb(80,112,19); }

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

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

 span { border-color: rgb(80,112,19); }

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