Shades of Fern Green #4B7D42
Tints of Fern Green #4B7D42
RGB
CMYK
RGB Variations
Color information
#4B7D42 (or 0x4B7D42) is known color: Fern Green. HEX triplet: 4B, 7D and 42. RGB value is (75,125,66). Sum of RGB (Red+Green+Blue) = 75+125+66=266 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.20% from 266); Green value is 125 (49.22% from 255 or 46.99% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 125 - color contains mainly: green. Hex color #4B7D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7D42 is #B482BD. Grayscale: #676767. Windows color (decimal): -11829950 or 4357451. OLE color: 4357451.
HSL color Cylindrical-coordinate representation of color #4B7D42: hue angle of 110.85º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B7D42 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 125 | 66 | - |
| CMYK | 0.40 | 0 | 0.47 | 0.51 |
| HSL | 110.85º | 0.31% | 0.37% | - |
| HSV(B) | 110.85º | 0.47% | 0.49% | - |
| XYZ | 11.22 | 16.56 | 7.76 | - |
| YUV | 103.32 | 106.94 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 125 | 66 | 0.40 | 0 | 0.47 | 0.51 | 110.85 | 0.31 | 0.37 |
| Hex | 4B | 7D | 42 | 28 | 0 | 2F | 33 | 6F | 1F | 25 |
| Octal | 113 | 175 | 102 | 50 | 0 | 57 | 63 | 157 | 37 | 45 |
| Binary | 1001011 | 1111101 | 1000010 | 101000 | 0 | 101111 | 110011 | 1101111 | 11111 | 100101 |
Color Harmonies of #4B7D42
Complementary color
Monochromatic Colors of #4B7D42
Black with #4B7D42
Text Example
Text Example
White with #4B7D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7D42; }
p { color: rgb(75,125,66); }
H1.HeaderClassName
{
color: #4B7D42;
}
.AnyTagClassName
{
color: #4B7D42;
}
</style>
background-color css
<style>
a { background-color: #4B7D42; }
a { background-color: rgb(75,125,66); }
div.DivClassName
{
background-color: #4B7D42;
}
.BgClassName
{
background-color: #4B7D42;
}
</style>
border-color css
<style>
span { border-color: #4B7D42; }
span { border-color: rgb(75,125,66); }
td.TdClassName
{
border-color: #4B7D42;
}
.TagClassName
{
border-color: #4B7D42;
}
</style>