#506820

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

Shades of Green Leaf #506820

Tints of Green Leaf #506820

Color information

#506820 (or 0x506820) is unknown color: approx Green Leaf. HEX triplet: 50, 68 and 20. RGB value is (80,104,32). Sum of RGB (Red+Green+Blue) = 80+104+32=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 104 (41.02% from 255 or 48.15% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 104 - color contains mainly: green. Hex color #506820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506820 is #AF97DF. Grayscale: #585858. Windows color (decimal): -11507680 or 2123856. OLE color: 2123856.

HSL color Cylindrical-coordinate representation of color #506820: hue angle of 80º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #506820 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB8010432-
CMYK0.2300.690.59
HSL80º52.94%26.67%-
HSV(B)80º69.23%40.78%-
XYZ8.5211.713.18-
YUV88.6296.05121.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.04%
GREEN value IS 104 (41.02% from 255) = 48.15%
BLUE value IS 32 (12.89% from 255) = 14.81%
R=37.04%
G=48.15%
B=14.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80104320.2300.690.598052.9426.67
Hex506820170453B50351b
Octal12015040270105731206533
Binary101000011010001000001011101000101111011101000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506820; }

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

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

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

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

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

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

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

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