Shades of Green Leaf #506225
Tints of Green Leaf #506225
RGB
CMYK
RGB Variations
Color information
#506225 (or 0x506225) is known color: Green Leaf. HEX triplet: 50, 62 and 25. RGB value is (80,98,37). Sum of RGB (Red+Green+Blue) = 80+98+37=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 98 - color contains mainly: green. Hex color #506225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506225 is #AF9DDA. Grayscale: #555555. Windows color (decimal): -11509211 or 2450000. OLE color: 2450000.
HSL color Cylindrical-coordinate representation of color #506225: hue angle of 77.7º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #506225 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 98 | 37 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.62 |
| HSL | 77.7º | 0.45% | 0.26% | - |
| HSV(B) | 77.7º | 0.62% | 0.38% | - |
| XYZ | 8.01 | 10.57 | 3.37 | - |
| YUV | 85.66 | 100.54 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 98 | 37 | 0.18 | 0 | 0.62 | 0.62 | 77.7 | 0.45 | 0.26 |
| Hex | 50 | 62 | 25 | 12 | 0 | 3E | 3E | 4E | 2D | 1A |
| Octal | 120 | 142 | 45 | 22 | 0 | 76 | 76 | 116 | 55 | 32 |
| Binary | 1010000 | 1100010 | 100101 | 10010 | 0 | 111110 | 111110 | 1001110 | 101101 | 11010 |
Color Harmonies of #506225
Complementary color
Monochromatic Colors of #506225
Black with #506225
Text Example
Text Example
White with #506225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506225; }
p { color: rgb(80,98,37); }
H1.HeaderClassName
{
color: #506225;
}
.AnyTagClassName
{
color: #506225;
}
</style>
background-color css
<style>
a { background-color: #506225; }
a { background-color: rgb(80,98,37); }
div.DivClassName
{
background-color: #506225;
}
.BgClassName
{
background-color: #506225;
}
</style>
border-color css
<style>
span { border-color: #506225; }
span { border-color: rgb(80,98,37); }
td.TdClassName
{
border-color: #506225;
}
.TagClassName
{
border-color: #506225;
}
</style>