Shades of Fern Green #4B7842
Tints of Fern Green #4B7842
RGB
CMYK
RGB Variations
Color information
#4B7842 (or 0x4B7842) is known color: Fern Green. HEX triplet: 4B, 78 and 42. RGB value is (75,120,66). Sum of RGB (Red+Green+Blue) = 75+120+66=261 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.74% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 120 - color contains mainly: green. Hex color #4B7842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7842 is #B487BD. Grayscale: #646464. Windows color (decimal): -11831230 or 4356171. OLE color: 4356171.
HSL color Cylindrical-coordinate representation of color #4B7842: hue angle of 110º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B7842 is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 120 | 66 | - |
| CMYK | 0.37 | 0 | 0.45 | 0.53 |
| HSL | 110º | 0.29% | 0.36% | - |
| HSV(B) | 110º | 0.45% | 0.47% | - |
| XYZ | 10.6 | 15.32 | 7.55 | - |
| YUV | 100.39 | 108.59 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 120 | 66 | 0.37 | 0 | 0.45 | 0.53 | 110 | 0.29 | 0.36 |
| Hex | 4B | 78 | 42 | 25 | 0 | 2D | 35 | 6E | 1D | 24 |
| Octal | 113 | 170 | 102 | 45 | 0 | 55 | 65 | 156 | 35 | 44 |
| Binary | 1001011 | 1111000 | 1000010 | 100101 | 0 | 101101 | 110101 | 1101110 | 11101 | 100100 |
Color Harmonies of #4B7842
Complementary color
Monochromatic Colors of #4B7842
Black with #4B7842
Text Example
Text Example
White with #4B7842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7842; }
p { color: rgb(75,120,66); }
H1.HeaderClassName
{
color: #4B7842;
}
.AnyTagClassName
{
color: #4B7842;
}
</style>
background-color css
<style>
a { background-color: #4B7842; }
a { background-color: rgb(75,120,66); }
div.DivClassName
{
background-color: #4B7842;
}
.BgClassName
{
background-color: #4B7842;
}
</style>
border-color css
<style>
span { border-color: #4B7842; }
span { border-color: rgb(75,120,66); }
td.TdClassName
{
border-color: #4B7842;
}
.TagClassName
{
border-color: #4B7842;
}
</style>