Shades of Green Leaf #50722A
Tints of Green Leaf #50722A
RGB
CMYK
RGB Variations
Color information
#50722A (or 0x50722A) is known color: Green Leaf. HEX triplet: 50, 72 and 2A. RGB value is (80,114,42). Sum of RGB (Red+Green+Blue) = 80+114+42=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #50722A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50722A is #AF8DD5. Grayscale: #5F5F5F. Windows color (decimal): -11505110 or 2781776. OLE color: 2781776.
HSL color Cylindrical-coordinate representation of color #50722A: hue angle of 88.33º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50722A is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 114 | 42 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.55 |
| HSL | 88.33º | 0.46% | 0.31% | - |
| HSV(B) | 88.33º | 0.63% | 0.45% | - |
| XYZ | 9.74 | 13.91 | 4.36 | - |
| YUV | 95.63 | 97.74 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 42 | 0.30 | 0 | 0.63 | 0.55 | 88.33 | 0.46 | 0.31 |
| Hex | 50 | 72 | 2A | 1E | 0 | 3F | 37 | 58 | 2E | 1F |
| Octal | 120 | 162 | 52 | 36 | 0 | 77 | 67 | 130 | 56 | 37 |
| Binary | 1010000 | 1110010 | 101010 | 11110 | 0 | 111111 | 110111 | 1011000 | 101110 | 11111 |
Color Harmonies of #50722A
Complementary color
Monochromatic Colors of #50722A
Black with #50722A
Text Example
Text Example
White with #50722A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50722A; }
p { color: rgb(80,114,42); }
H1.HeaderClassName
{
color: #50722A;
}
.AnyTagClassName
{
color: #50722A;
}
</style>
background-color css
<style>
a { background-color: #50722A; }
a { background-color: rgb(80,114,42); }
div.DivClassName
{
background-color: #50722A;
}
.BgClassName
{
background-color: #50722A;
}
</style>
border-color css
<style>
span { border-color: #50722A; }
span { border-color: rgb(80,114,42); }
td.TdClassName
{
border-color: #50722A;
}
.TagClassName
{
border-color: #50722A;
}
</style>