Shades of Green Leaf #4F6925
Tints of Green Leaf #4F6925
RGB
CMYK
RGB Variations
Color information
#4F6925 (or 0x4F6925) is known color: Green Leaf. HEX triplet: 4F, 69 and 25. RGB value is (79,105,37). Sum of RGB (Red+Green+Blue) = 79+105+37=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 105 - color contains mainly: green. Hex color #4F6925 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6925 is #B096DA. Grayscale: #595959. Windows color (decimal): -11572955 or 2451791. OLE color: 2451791.
HSL color Cylindrical-coordinate representation of color #4F6925: hue angle of 82.94º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F6925 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 105 | 37 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.59 |
| HSL | 82.94º | 0.48% | 0.28% | - |
| HSV(B) | 82.94º | 0.65% | 0.41% | - |
| XYZ | 8.61 | 11.9 | 3.59 | - |
| YUV | 89.47 | 98.39 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 105 | 37 | 0.25 | 0 | 0.65 | 0.59 | 82.94 | 0.48 | 0.28 |
| Hex | 4F | 69 | 25 | 19 | 0 | 41 | 3B | 53 | 30 | 1C |
| Octal | 117 | 151 | 45 | 31 | 0 | 101 | 73 | 123 | 60 | 34 |
| Binary | 1001111 | 1101001 | 100101 | 11001 | 0 | 1000001 | 111011 | 1010011 | 110000 | 11100 |
Color Harmonies of #4F6925
Complementary color
Monochromatic Colors of #4F6925
Black with #4F6925
Text Example
Text Example
White with #4F6925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6925; }
p { color: rgb(79,105,37); }
H1.HeaderClassName
{
color: #4F6925;
}
.AnyTagClassName
{
color: #4F6925;
}
</style>
background-color css
<style>
a { background-color: #4F6925; }
a { background-color: rgb(79,105,37); }
div.DivClassName
{
background-color: #4F6925;
}
.BgClassName
{
background-color: #4F6925;
}
</style>
border-color css
<style>
span { border-color: #4F6925; }
span { border-color: rgb(79,105,37); }
td.TdClassName
{
border-color: #4F6925;
}
.TagClassName
{
border-color: #4F6925;
}
</style>