#507420

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

Shades of Green Leaf #507420

Tints of Green Leaf #507420

Color information

#507420 (or 0x507420) is unknown color: approx Green Leaf. HEX triplet: 50, 74 and 20. RGB value is (80,116,32). Sum of RGB (Red+Green+Blue) = 80+116+32=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #507420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507420 is #AF8BDF. Grayscale: #5F5F5F. Windows color (decimal): -11504608 or 2126928. OLE color: 2126928.

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

Color convert

RGB8011632-
CMYK0.3100.720.55
HSL85.71º56.76%29.02%-
HSV(B)85.71º72.41%45.49%-
XYZ9.8114.33.61-
YUV95.6692.07116.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.09%
GREEN value IS 116 (45.70% from 255) = 50.88%
BLUE value IS 32 (12.89% from 255) = 14.04%
R=35.09%
G=50.88%
B=14.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80116320.3100.720.5585.7156.7629.02
Hex5074201F0483756391d
Octal12016440370110671267135
Binary101000011101001000001111101001000110111101011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507420; }

 p { color: rgb(80,116,32); }

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

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

 a { background-color: rgb(80,116,32); }

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

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

 span { border-color: rgb(80,116,32); }

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