#506C29

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

Shades of Green Leaf #506C29

Tints of Green Leaf #506C29

Color information

#506C29 (or 0x506C29) is unknown color: approx Green Leaf. HEX triplet: 50, 6C and 29. RGB value is (80,108,41). Sum of RGB (Red+Green+Blue) = 80+108+41=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 108 (42.58% from 255 or 47.16% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 108 - color contains mainly: green. Hex color #506C29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506C29 is #AF93D6. Grayscale: #5C5C5C. Windows color (decimal): -11506647 or 2714704. OLE color: 2714704.

HSL color Cylindrical-coordinate representation of color #506C29: hue angle of 85.07º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #506C29 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB8010841-
CMYK0.2600.620.58
HSL85.07º44.97%29.22%-
HSV(B)85.07º62.04%42.35%-
XYZ9.0712.594.05-
YUV91.9999.22119.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.93%
GREEN value IS 108 (42.58% from 255) = 47.16%
BLUE value IS 41 (16.41% from 255) = 17.90%
R=34.93%
G=47.16%
B=17.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80108410.2600.620.5885.0744.9729.22
Hex506C291A03E3A552d1d
Octal1201545132076721255535
Binary10100001101100101001110100111110111010101010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,108,41); }

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

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

 a { background-color: rgb(80,108,41); }

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

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

 span { border-color: rgb(80,108,41); }

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