Shades of Green Leaf #507222
Tints of Green Leaf #507222
RGB
CMYK
RGB Variations
Color information
#507222 (or 0x507222) is known color: Green Leaf. HEX triplet: 50, 72 and 22. RGB value is (80,114,34). Sum of RGB (Red+Green+Blue) = 80+114+34=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 34 (13.67% from 255 or 14.91% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #507222 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507222 is #AF8DDD. Grayscale: #5E5E5E. Windows color (decimal): -11505118 or 2257488. OLE color: 2257488.
HSL color Cylindrical-coordinate representation of color #507222: hue angle of 85.5º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #507222 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 114 | 34 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.55 |
| HSL | 85.5º | 0.54% | 0.29% | - |
| HSV(B) | 85.5º | 0.7% | 0.45% | - |
| XYZ | 9.61 | 13.86 | 3.68 | - |
| YUV | 94.71 | 93.74 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 34 | 0.30 | 0 | 0.70 | 0.55 | 85.5 | 0.54 | 0.29 |
| Hex | 50 | 72 | 22 | 1E | 0 | 46 | 37 | 56 | 36 | 1D |
| Octal | 120 | 162 | 42 | 36 | 0 | 106 | 67 | 126 | 66 | 35 |
| Binary | 1010000 | 1110010 | 100010 | 11110 | 0 | 1000110 | 110111 | 1010110 | 110110 | 11101 |
Color Harmonies of #507222
Complementary color
Monochromatic Colors of #507222
Black with #507222
Text Example
Text Example
White with #507222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507222; }
p { color: rgb(80,114,34); }
H1.HeaderClassName
{
color: #507222;
}
.AnyTagClassName
{
color: #507222;
}
</style>
background-color css
<style>
a { background-color: #507222; }
a { background-color: rgb(80,114,34); }
div.DivClassName
{
background-color: #507222;
}
.BgClassName
{
background-color: #507222;
}
</style>
border-color css
<style>
span { border-color: #507222; }
span { border-color: rgb(80,114,34); }
td.TdClassName
{
border-color: #507222;
}
.TagClassName
{
border-color: #507222;
}
</style>