#507520

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

Shades of Green Leaf #507520

Tints of Green Leaf #507520

Color information

#507520 (or 0x507520) is unknown color: approx Green Leaf. HEX triplet: 50, 75 and 20. RGB value is (80,117,32). Sum of RGB (Red+Green+Blue) = 80+117+32=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #507520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507520 is #AF8ADF. Grayscale: #606060. Windows color (decimal): -11504352 or 2127184. OLE color: 2127184.

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

Color convert

RGB8011732-
CMYK0.3200.730.54
HSL86.12º57.05%29.22%-
HSV(B)86.12º72.65%45.88%-
XYZ9.9314.533.65-
YUV96.2591.74116.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.93%
GREEN value IS 117 (46.09% from 255) = 51.09%
BLUE value IS 32 (12.89% from 255) = 13.97%
R=34.93%
G=51.09%
B=13.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80117320.3200.730.5486.1257.0529.22
Hex507520200493656391d
Octal12016540400111661267135
Binary1010000111010110000010000001001001110110101011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507520; }

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

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

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

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

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

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

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

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