#506D2C

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

Shades of Green Leaf #506D2C

Tints of Green Leaf #506D2C

Color information

#506D2C (or 0x506D2C) is unknown color: approx Green Leaf. HEX triplet: 50, 6D and 2C. RGB value is (80,109,44). Sum of RGB (Red+Green+Blue) = 80+109+44=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 109 (42.97% from 255 or 46.78% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 109 - color contains mainly: green. Hex color #506D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506D2C is #AF92D3. Grayscale: #5D5D5D. Windows color (decimal): -11506388 or 2911568. OLE color: 2911568.

HSL color Cylindrical-coordinate representation of color #506D2C: hue angle of 86.77º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #506D2C is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.57.

Color convert

RGB8010944-
CMYK0.2700.600.57
HSL86.77º42.48%30%-
HSV(B)86.77º59.63%42.75%-
XYZ9.2312.824.37-
YUV92.92100.39118.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.33%
GREEN value IS 109 (42.97% from 255) = 46.78%
BLUE value IS 44 (17.58% from 255) = 18.88%
R=34.33%
G=46.78%
B=18.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80109440.2700.600.5786.7742.4830
Hex506D2C1B03C39572a1e
Octal1201555433074711275236
Binary10100001101101101100110110111100111001101011110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506D2C; }

 p { color: rgb(80,109,44); }

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

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

 a { background-color: rgb(80,109,44); }

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

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

 span { border-color: rgb(80,109,44); }

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