Shades of Fern Green #4B7548
Tints of Fern Green #4B7548
RGB
CMYK
RGB Variations
Color information
#4B7548 (or 0x4B7548) is known color: Fern Green. HEX triplet: 4B, 75 and 48. RGB value is (75,117,72). Sum of RGB (Red+Green+Blue) = 75+117+72=264 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.41% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 117 - color contains mainly: green. Hex color #4B7548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7548 is #B48AB7. Grayscale: #636363. Windows color (decimal): -11831992 or 4748619. OLE color: 4748619.
HSL color Cylindrical-coordinate representation of color #4B7548: hue angle of 116º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B7548 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 117 | 72 | - |
| CMYK | 0.36 | 0 | 0.38 | 0.54 |
| HSL | 116º | 0.24% | 0.37% | - |
| HSV(B) | 116º | 0.38% | 0.46% | - |
| XYZ | 10.43 | 14.69 | 8.42 | - |
| YUV | 99.31 | 112.59 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 117 | 72 | 0.36 | 0 | 0.38 | 0.54 | 116 | 0.24 | 0.37 |
| Hex | 4B | 75 | 48 | 24 | 0 | 26 | 36 | 74 | 18 | 25 |
| Octal | 113 | 165 | 110 | 44 | 0 | 46 | 66 | 164 | 30 | 45 |
| Binary | 1001011 | 1110101 | 1001000 | 100100 | 0 | 100110 | 110110 | 1110100 | 11000 | 100101 |
Color Harmonies of #4B7548
Complementary color
Monochromatic Colors of #4B7548
Black with #4B7548
Text Example
Text Example
White with #4B7548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7548; }
p { color: rgb(75,117,72); }
H1.HeaderClassName
{
color: #4B7548;
}
.AnyTagClassName
{
color: #4B7548;
}
</style>
background-color css
<style>
a { background-color: #4B7548; }
a { background-color: rgb(75,117,72); }
div.DivClassName
{
background-color: #4B7548;
}
.BgClassName
{
background-color: #4B7548;
}
</style>
border-color css
<style>
span { border-color: #4B7548; }
span { border-color: rgb(75,117,72); }
td.TdClassName
{
border-color: #4B7548;
}
.TagClassName
{
border-color: #4B7548;
}
</style>