Shades of Fern Green #4B8744
Tints of Fern Green #4B8744
RGB
CMYK
RGB Variations
Color information
#4B8744 (or 0x4B8744) is known color: Fern Green. HEX triplet: 4B, 87 and 44. RGB value is (75,135,68). Sum of RGB (Red+Green+Blue) = 75+135+68=278 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.98% from 278); Green value is 135 (53.12% from 255 or 48.56% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 135 - color contains mainly: green. Hex color #4B8744 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8744 is #B478BB. Grayscale: #6D6D6D. Windows color (decimal): -11827388 or 4491083. OLE color: 4491083.
HSL color Cylindrical-coordinate representation of color #4B8744: hue angle of 113.73º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B8744 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 135 | 68 | - |
| CMYK | 0.44 | 0 | 0.50 | 0.47 |
| HSL | 113.73º | 0.33% | 0.4% | - |
| HSV(B) | 113.73º | 0.5% | 0.53% | - |
| XYZ | 12.61 | 19.24 | 8.52 | - |
| YUV | 109.42 | 104.62 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 135 | 68 | 0.44 | 0 | 0.50 | 0.47 | 113.73 | 0.33 | 0.4 |
| Hex | 4B | 87 | 44 | 2C | 0 | 32 | 2F | 72 | 21 | 28 |
| Octal | 113 | 207 | 104 | 54 | 0 | 62 | 57 | 162 | 41 | 50 |
| Binary | 1001011 | 10000111 | 1000100 | 101100 | 0 | 110010 | 101111 | 1110010 | 100001 | 101000 |
Color Harmonies of #4B8744
Complementary color
Monochromatic Colors of #4B8744
Black with #4B8744
Text Example
Text Example
White with #4B8744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8744; }
p { color: rgb(75,135,68); }
H1.HeaderClassName
{
color: #4B8744;
}
.AnyTagClassName
{
color: #4B8744;
}
</style>
background-color css
<style>
a { background-color: #4B8744; }
a { background-color: rgb(75,135,68); }
div.DivClassName
{
background-color: #4B8744;
}
.BgClassName
{
background-color: #4B8744;
}
</style>
border-color css
<style>
span { border-color: #4B8744; }
span { border-color: rgb(75,135,68); }
td.TdClassName
{
border-color: #4B8744;
}
.TagClassName
{
border-color: #4B8744;
}
</style>