Shades of Green Leaf #507224
Tints of Green Leaf #507224
RGB
CMYK
RGB Variations
Color information
#507224 (or 0x507224) is known color: Green Leaf. HEX triplet: 50, 72 and 24. RGB value is (80,114,36). Sum of RGB (Red+Green+Blue) = 80+114+36=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #507224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507224 is #AF8DDB. Grayscale: #5F5F5F. Windows color (decimal): -11505116 or 2388560. OLE color: 2388560.
HSL color Cylindrical-coordinate representation of color #507224: hue angle of 86.15º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #507224 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 114 | 36 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.55 |
| HSL | 86.15º | 0.52% | 0.29% | - |
| HSV(B) | 86.15º | 0.68% | 0.45% | - |
| XYZ | 9.64 | 13.87 | 3.84 | - |
| YUV | 94.94 | 94.74 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 36 | 0.30 | 0 | 0.68 | 0.55 | 86.15 | 0.52 | 0.29 |
| Hex | 50 | 72 | 24 | 1E | 0 | 44 | 37 | 56 | 34 | 1D |
| Octal | 120 | 162 | 44 | 36 | 0 | 104 | 67 | 126 | 64 | 35 |
| Binary | 1010000 | 1110010 | 100100 | 11110 | 0 | 1000100 | 110111 | 1010110 | 110100 | 11101 |
Color Harmonies of #507224
Complementary color
Monochromatic Colors of #507224
Black with #507224
Text Example
Text Example
White with #507224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507224; }
p { color: rgb(80,114,36); }
H1.HeaderClassName
{
color: #507224;
}
.AnyTagClassName
{
color: #507224;
}
</style>
background-color css
<style>
a { background-color: #507224; }
a { background-color: rgb(80,114,36); }
div.DivClassName
{
background-color: #507224;
}
.BgClassName
{
background-color: #507224;
}
</style>
border-color css
<style>
span { border-color: #507224; }
span { border-color: rgb(80,114,36); }
td.TdClassName
{
border-color: #507224;
}
.TagClassName
{
border-color: #507224;
}
</style>