#507513

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

Shades of Green Leaf #507513

Tints of Green Leaf #507513

Color information

#507513 (or 0x507513) is unknown color: approx Green Leaf. HEX triplet: 50, 75 and 13. RGB value is (80,117,19). Sum of RGB (Red+Green+Blue) = 80+117+19=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 117 (46.09% from 255 or 54.17% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 117 - color contains mainly: green. Hex color #507513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507513 is #AF8AEC. Grayscale: #5F5F5F. Windows color (decimal): -11504365 or 1275216. OLE color: 1275216.

HSL color Cylindrical-coordinate representation of color #507513: hue angle of 82.65º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #507513 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB8011719-
CMYK0.3200.840.54
HSL82.65º72.06%26.67%-
HSV(B)82.65º83.76%45.88%-
XYZ9.7914.482.89-
YUV94.7685.24117.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.04%
GREEN value IS 117 (46.09% from 255) = 54.17%
BLUE value IS 19 (7.81% from 255) = 8.80%
R=37.04%
G=54.17%
B=8.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80117190.3200.840.5482.6572.0626.67
Hex507513200543653481b
Octal120165234001246612311033
Binary1010000111010110011100000010101001101101010011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507513; }

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

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

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

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

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

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

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

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