Shades of Fern Green #4D7A45
Tints of Fern Green #4D7A45
RGB
CMYK
RGB Variations
Color information
#4D7A45 (or 0x4D7A45) is known color: Fern Green. HEX triplet: 4D, 7A and 45. RGB value is (77,122,69). Sum of RGB (Red+Green+Blue) = 77+122+69=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 122 (48.05% from 255 or 45.52% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 122 - color contains mainly: green. Hex color #4D7A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7A45 is #B285BA. Grayscale: #666666. Windows color (decimal): -11699643 or 4553293. OLE color: 4553293.
HSL color Cylindrical-coordinate representation of color #4D7A45: hue angle of 110.94º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D7A45 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 122 | 69 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.52 |
| HSL | 110.94º | 0.28% | 0.37% | - |
| HSV(B) | 110.94º | 0.43% | 0.48% | - |
| XYZ | 11.09 | 15.93 | 8.12 | - |
| YUV | 102.5 | 109.09 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 122 | 69 | 0.37 | 0 | 0.43 | 0.52 | 110.94 | 0.28 | 0.37 |
| Hex | 4D | 7A | 45 | 25 | 0 | 2B | 34 | 6F | 1C | 25 |
| Octal | 115 | 172 | 105 | 45 | 0 | 53 | 64 | 157 | 34 | 45 |
| Binary | 1001101 | 1111010 | 1000101 | 100101 | 0 | 101011 | 110100 | 1101111 | 11100 | 100101 |
Color Harmonies of #4D7A45
Complementary color
Monochromatic Colors of #4D7A45
Black with #4D7A45
Text Example
Text Example
White with #4D7A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7A45; }
p { color: rgb(77,122,69); }
H1.HeaderClassName
{
color: #4D7A45;
}
.AnyTagClassName
{
color: #4D7A45;
}
</style>
background-color css
<style>
a { background-color: #4D7A45; }
a { background-color: rgb(77,122,69); }
div.DivClassName
{
background-color: #4D7A45;
}
.BgClassName
{
background-color: #4D7A45;
}
</style>
border-color css
<style>
span { border-color: #4D7A45; }
span { border-color: rgb(77,122,69); }
td.TdClassName
{
border-color: #4D7A45;
}
.TagClassName
{
border-color: #4D7A45;
}
</style>