Shades of Green Leaf #506429
Tints of Green Leaf #506429
RGB
CMYK
RGB Variations
Color information
#506429 (or 0x506429) is known color: Green Leaf. HEX triplet: 50, 64 and 29. RGB value is (80,100,41). Sum of RGB (Red+Green+Blue) = 80+100+41=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 100 (39.45% from 255 or 45.25% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 100 - color contains mainly: green. Hex color #506429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506429 is #AF9BD6. Grayscale: #575757. Windows color (decimal): -11508695 or 2712656. OLE color: 2712656.
HSL color Cylindrical-coordinate representation of color #506429: hue angle of 80.34º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #506429 is Cyan = 0.2, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 100 | 41 | - |
| CMYK | 0.2 | 0 | 0.59 | 0.61 |
| HSL | 80.34º | 0.42% | 0.28% | - |
| HSV(B) | 80.34º | 0.59% | 0.39% | - |
| XYZ | 8.27 | 10.98 | 3.78 | - |
| YUV | 87.29 | 101.87 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 100 | 41 | 0.2 | 0 | 0.59 | 0.61 | 80.34 | 0.42 | 0.28 |
| Hex | 50 | 64 | 29 | 14 | 0 | 3B | 3D | 50 | 2A | 1C |
| Octal | 120 | 144 | 51 | 24 | 0 | 73 | 75 | 120 | 52 | 34 |
| Binary | 1010000 | 1100100 | 101001 | 10100 | 0 | 111011 | 111101 | 1010000 | 101010 | 11100 |
Color Harmonies of #506429
Complementary color
Monochromatic Colors of #506429
Black with #506429
Text Example
Text Example
White with #506429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506429; }
p { color: rgb(80,100,41); }
H1.HeaderClassName
{
color: #506429;
}
.AnyTagClassName
{
color: #506429;
}
</style>
background-color css
<style>
a { background-color: #506429; }
a { background-color: rgb(80,100,41); }
div.DivClassName
{
background-color: #506429;
}
.BgClassName
{
background-color: #506429;
}
</style>
border-color css
<style>
span { border-color: #506429; }
span { border-color: rgb(80,100,41); }
td.TdClassName
{
border-color: #506429;
}
.TagClassName
{
border-color: #506429;
}
</style>