Shades of Fern Green #4B7844
Tints of Fern Green #4B7844
RGB
CMYK
RGB Variations
Color information
#4B7844 (or 0x4B7844) is known color: Fern Green. HEX triplet: 4B, 78 and 44. RGB value is (75,120,68). Sum of RGB (Red+Green+Blue) = 75+120+68=263 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.52% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 120 - color contains mainly: green. Hex color #4B7844 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7844 is #B487BB. Grayscale: #646464. Windows color (decimal): -11831228 or 4487243. OLE color: 4487243.
HSL color Cylindrical-coordinate representation of color #4B7844: hue angle of 111.92º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B7844 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 120 | 68 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.53 |
| HSL | 111.92º | 0.28% | 0.37% | - |
| HSV(B) | 111.92º | 0.43% | 0.47% | - |
| XYZ | 10.66 | 15.35 | 7.87 | - |
| YUV | 100.62 | 109.59 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 120 | 68 | 0.37 | 0 | 0.43 | 0.53 | 111.92 | 0.28 | 0.37 |
| Hex | 4B | 78 | 44 | 25 | 0 | 2B | 35 | 70 | 1C | 25 |
| Octal | 113 | 170 | 104 | 45 | 0 | 53 | 65 | 160 | 34 | 45 |
| Binary | 1001011 | 1111000 | 1000100 | 100101 | 0 | 101011 | 110101 | 1110000 | 11100 | 100101 |
Color Harmonies of #4B7844
Complementary color
Monochromatic Colors of #4B7844
Black with #4B7844
Text Example
Text Example
White with #4B7844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7844; }
p { color: rgb(75,120,68); }
H1.HeaderClassName
{
color: #4B7844;
}
.AnyTagClassName
{
color: #4B7844;
}
</style>
background-color css
<style>
a { background-color: #4B7844; }
a { background-color: rgb(75,120,68); }
div.DivClassName
{
background-color: #4B7844;
}
.BgClassName
{
background-color: #4B7844;
}
</style>
border-color css
<style>
span { border-color: #4B7844; }
span { border-color: rgb(75,120,68); }
td.TdClassName
{
border-color: #4B7844;
}
.TagClassName
{
border-color: #4B7844;
}
</style>