Shades of Green Leaf #506F25
Tints of Green Leaf #506F25
RGB
CMYK
RGB Variations
Color information
#506F25 (or 0x506F25) is known color: Green Leaf. HEX triplet: 50, 6F and 25. RGB value is (80,111,37). Sum of RGB (Red+Green+Blue) = 80+111+37=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 111 (43.75% from 255 or 48.68% from 228); Blue value is 37 (14.84% from 255 or 16.23% from 228); Max value from RGB is 111 - color contains mainly: green. Hex color #506F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506F25 is #AF90DA. Grayscale: #5D5D5D. Windows color (decimal): -11505883 or 2453328. OLE color: 2453328.
HSL color Cylindrical-coordinate representation of color #506F25: hue angle of 85.14º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #506F25 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 111 | 37 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.56 |
| HSL | 85.14º | 0.5% | 0.29% | - |
| HSV(B) | 85.14º | 0.67% | 0.44% | - |
| XYZ | 9.33 | 13.21 | 3.81 | - |
| YUV | 93.3 | 96.23 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 37 | 0.28 | 0 | 0.67 | 0.56 | 85.14 | 0.5 | 0.29 |
| Hex | 50 | 6F | 25 | 1C | 0 | 43 | 38 | 55 | 32 | 1D |
| Octal | 120 | 157 | 45 | 34 | 0 | 103 | 70 | 125 | 62 | 35 |
| Binary | 1010000 | 1101111 | 100101 | 11100 | 0 | 1000011 | 111000 | 1010101 | 110010 | 11101 |
Color Harmonies of #506F25
Complementary color
Monochromatic Colors of #506F25
Black with #506F25
Text Example
Text Example
White with #506F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506F25; }
p { color: rgb(80,111,37); }
H1.HeaderClassName
{
color: #506F25;
}
.AnyTagClassName
{
color: #506F25;
}
</style>
background-color css
<style>
a { background-color: #506F25; }
a { background-color: rgb(80,111,37); }
div.DivClassName
{
background-color: #506F25;
}
.BgClassName
{
background-color: #506F25;
}
</style>
border-color css
<style>
span { border-color: #506F25; }
span { border-color: rgb(80,111,37); }
td.TdClassName
{
border-color: #506F25;
}
.TagClassName
{
border-color: #506F25;
}
</style>