Shades of Green Leaf #4F6F30
Tints of Green Leaf #4F6F30
RGB
CMYK
RGB Variations
Color information
#4F6F30 (or 0x4F6F30) is known color: Green Leaf. HEX triplet: 4F, 6F and 30. RGB value is (79,111,48). Sum of RGB (Red+Green+Blue) = 79+111+48=238 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.19% from 238); Green value is 111 (43.75% from 255 or 46.64% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 111 - color contains mainly: green. Hex color #4F6F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6F30 is #B090CF. Grayscale: #5E5E5E. Windows color (decimal): -11571408 or 3174223. OLE color: 3174223.
HSL color Cylindrical-coordinate representation of color #4F6F30: hue angle of 90.48º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4F6F30 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 111 | 48 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.56 |
| HSL | 90.48º | 0.4% | 0.31% | - |
| HSV(B) | 90.48º | 0.57% | 0.44% | - |
| XYZ | 9.44 | 13.24 | 4.86 | - |
| YUV | 94.25 | 101.9 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 111 | 48 | 0.29 | 0 | 0.57 | 0.56 | 90.48 | 0.4 | 0.31 |
| Hex | 4F | 6F | 30 | 1D | 0 | 39 | 38 | 5A | 28 | 1F |
| Octal | 117 | 157 | 60 | 35 | 0 | 71 | 70 | 132 | 50 | 37 |
| Binary | 1001111 | 1101111 | 110000 | 11101 | 0 | 111001 | 111000 | 1011010 | 101000 | 11111 |
Color Harmonies of #4F6F30
Complementary color
Monochromatic Colors of #4F6F30
Black with #4F6F30
Text Example
Text Example
White with #4F6F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6F30; }
p { color: rgb(79,111,48); }
H1.HeaderClassName
{
color: #4F6F30;
}
.AnyTagClassName
{
color: #4F6F30;
}
</style>
background-color css
<style>
a { background-color: #4F6F30; }
a { background-color: rgb(79,111,48); }
div.DivClassName
{
background-color: #4F6F30;
}
.BgClassName
{
background-color: #4F6F30;
}
</style>
border-color css
<style>
span { border-color: #4F6F30; }
span { border-color: rgb(79,111,48); }
td.TdClassName
{
border-color: #4F6F30;
}
.TagClassName
{
border-color: #4F6F30;
}
</style>