Shades of Fern Green #4B8B48
Tints of Fern Green #4B8B48
RGB
CMYK
RGB Variations
Color information
#4B8B48 (or 0x4B8B48) is known color: Fern Green. HEX triplet: 4B, 8B and 48. RGB value is (75,139,72). Sum of RGB (Red+Green+Blue) = 75+139+72=286 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.22% from 286); Green value is 139 (54.69% from 255 or 48.60% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 139 - color contains mainly: green. Hex color #4B8B48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8B48 is #B474B7. Grayscale: #707070. Windows color (decimal): -11826360 or 4754251. OLE color: 4754251.
HSL color Cylindrical-coordinate representation of color #4B8B48: hue angle of 117.31º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B8B48 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 139 | 72 | - |
| CMYK | 0.46 | 0 | 0.48 | 0.45 |
| HSL | 117.31º | 0.32% | 0.41% | - |
| HSV(B) | 117.31º | 0.48% | 0.55% | - |
| XYZ | 13.3 | 20.43 | 9.37 | - |
| YUV | 112.23 | 105.3 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 139 | 72 | 0.46 | 0 | 0.48 | 0.45 | 117.31 | 0.32 | 0.41 |
| Hex | 4B | 8B | 48 | 2E | 0 | 30 | 2D | 75 | 20 | 29 |
| Octal | 113 | 213 | 110 | 56 | 0 | 60 | 55 | 165 | 40 | 51 |
| Binary | 1001011 | 10001011 | 1001000 | 101110 | 0 | 110000 | 101101 | 1110101 | 100000 | 101001 |
Color Harmonies of #4B8B48
Complementary color
Monochromatic Colors of #4B8B48
Black with #4B8B48
Text Example
Text Example
White with #4B8B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8B48; }
p { color: rgb(75,139,72); }
H1.HeaderClassName
{
color: #4B8B48;
}
.AnyTagClassName
{
color: #4B8B48;
}
</style>
background-color css
<style>
a { background-color: #4B8B48; }
a { background-color: rgb(75,139,72); }
div.DivClassName
{
background-color: #4B8B48;
}
.BgClassName
{
background-color: #4B8B48;
}
</style>
border-color css
<style>
span { border-color: #4B8B48; }
span { border-color: rgb(75,139,72); }
td.TdClassName
{
border-color: #4B8B48;
}
.TagClassName
{
border-color: #4B8B48;
}
</style>