Shades of Fern Green #4B8745
Tints of Fern Green #4B8745
RGB
CMYK
RGB Variations
Color information
#4B8745 (or 0x4B8745) is known color: Fern Green. HEX triplet: 4B, 87 and 45. RGB value is (75,135,69). Sum of RGB (Red+Green+Blue) = 75+135+69=279 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.88% from 279); Green value is 135 (53.12% from 255 or 48.39% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 135 - color contains mainly: green. Hex color #4B8745 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8745 is #B478BA. Grayscale: #6D6D6D. Windows color (decimal): -11827387 or 4556619. OLE color: 4556619.
HSL color Cylindrical-coordinate representation of color #4B8745: hue angle of 114.55º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B8745 is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 135 | 69 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.47 |
| HSL | 114.55º | 0.32% | 0.4% | - |
| HSV(B) | 114.55º | 0.49% | 0.53% | - |
| XYZ | 12.64 | 19.25 | 8.68 | - |
| YUV | 109.54 | 105.12 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 135 | 69 | 0.44 | 0 | 0.49 | 0.47 | 114.55 | 0.32 | 0.4 |
| Hex | 4B | 87 | 45 | 2C | 0 | 31 | 2F | 73 | 20 | 28 |
| Octal | 113 | 207 | 105 | 54 | 0 | 61 | 57 | 163 | 40 | 50 |
| Binary | 1001011 | 10000111 | 1000101 | 101100 | 0 | 110001 | 101111 | 1110011 | 100000 | 101000 |
Color Harmonies of #4B8745
Complementary color
Monochromatic Colors of #4B8745
Black with #4B8745
Text Example
Text Example
White with #4B8745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8745; }
p { color: rgb(75,135,69); }
H1.HeaderClassName
{
color: #4B8745;
}
.AnyTagClassName
{
color: #4B8745;
}
</style>
background-color css
<style>
a { background-color: #4B8745; }
a { background-color: rgb(75,135,69); }
div.DivClassName
{
background-color: #4B8745;
}
.BgClassName
{
background-color: #4B8745;
}
</style>
border-color css
<style>
span { border-color: #4B8745; }
span { border-color: rgb(75,135,69); }
td.TdClassName
{
border-color: #4B8745;
}
.TagClassName
{
border-color: #4B8745;
}
</style>