Shades of Green Leaf #507225
Tints of Green Leaf #507225
RGB
CMYK
RGB Variations
Color information
#507225 (or 0x507225) is known color: Green Leaf. HEX triplet: 50, 72 and 25. RGB value is (80,114,37). Sum of RGB (Red+Green+Blue) = 80+114+37=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #507225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507225 is #AF8DDA. Grayscale: #5F5F5F. Windows color (decimal): -11505115 or 2454096. OLE color: 2454096.
HSL color Cylindrical-coordinate representation of color #507225: hue angle of 86.49º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #507225 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 114 | 37 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.55 |
| HSL | 86.49º | 0.51% | 0.3% | - |
| HSV(B) | 86.49º | 0.68% | 0.45% | - |
| XYZ | 9.66 | 13.87 | 3.92 | - |
| YUV | 95.06 | 95.24 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 37 | 0.30 | 0 | 0.68 | 0.55 | 86.49 | 0.51 | 0.3 |
| Hex | 50 | 72 | 25 | 1E | 0 | 44 | 37 | 56 | 33 | 1E |
| Octal | 120 | 162 | 45 | 36 | 0 | 104 | 67 | 126 | 63 | 36 |
| Binary | 1010000 | 1110010 | 100101 | 11110 | 0 | 1000100 | 110111 | 1010110 | 110011 | 11110 |
Color Harmonies of #507225
Complementary color
Monochromatic Colors of #507225
Black with #507225
Text Example
Text Example
White with #507225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507225; }
p { color: rgb(80,114,37); }
H1.HeaderClassName
{
color: #507225;
}
.AnyTagClassName
{
color: #507225;
}
</style>
background-color css
<style>
a { background-color: #507225; }
a { background-color: rgb(80,114,37); }
div.DivClassName
{
background-color: #507225;
}
.BgClassName
{
background-color: #507225;
}
</style>
border-color css
<style>
span { border-color: #507225; }
span { border-color: rgb(80,114,37); }
td.TdClassName
{
border-color: #507225;
}
.TagClassName
{
border-color: #507225;
}
</style>