Shades of Fern Green #4B7546
Tints of Fern Green #4B7546
RGB
CMYK
RGB Variations
Color information
#4B7546 (or 0x4B7546) is known color: Fern Green. HEX triplet: 4B, 75 and 46. RGB value is (75,117,70). Sum of RGB (Red+Green+Blue) = 75+117+70=262 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.63% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 117 - color contains mainly: green. Hex color #4B7546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7546 is #B48AB9. Grayscale: #636363. Windows color (decimal): -11831994 or 4617547. OLE color: 4617547.
HSL color Cylindrical-coordinate representation of color #4B7546: hue angle of 113.62º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B7546 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 117 | 70 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.54 |
| HSL | 113.62º | 0.25% | 0.37% | - |
| HSV(B) | 113.62º | 0.4% | 0.46% | - |
| XYZ | 10.37 | 14.66 | 8.08 | - |
| YUV | 99.08 | 111.59 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 117 | 70 | 0.36 | 0 | 0.40 | 0.54 | 113.62 | 0.25 | 0.37 |
| Hex | 4B | 75 | 46 | 24 | 0 | 28 | 36 | 72 | 19 | 25 |
| Octal | 113 | 165 | 106 | 44 | 0 | 50 | 66 | 162 | 31 | 45 |
| Binary | 1001011 | 1110101 | 1000110 | 100100 | 0 | 101000 | 110110 | 1110010 | 11001 | 100101 |
Color Harmonies of #4B7546
Complementary color
Monochromatic Colors of #4B7546
Black with #4B7546
Text Example
Text Example
White with #4B7546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7546; }
p { color: rgb(75,117,70); }
H1.HeaderClassName
{
color: #4B7546;
}
.AnyTagClassName
{
color: #4B7546;
}
</style>
background-color css
<style>
a { background-color: #4B7546; }
a { background-color: rgb(75,117,70); }
div.DivClassName
{
background-color: #4B7546;
}
.BgClassName
{
background-color: #4B7546;
}
</style>
border-color css
<style>
span { border-color: #4B7546; }
span { border-color: rgb(75,117,70); }
td.TdClassName
{
border-color: #4B7546;
}
.TagClassName
{
border-color: #4B7546;
}
</style>