Shades of Fern Green #4A7636
Tints of Fern Green #4A7636
RGB
CMYK
RGB Variations
Color information
#4A7636 (or 0x4A7636) is known color: Fern Green. HEX triplet: 4A, 76 and 36. RGB value is (74,118,54). Sum of RGB (Red+Green+Blue) = 74+118+54=246 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.08% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 118 - color contains mainly: green. Hex color #4A7636 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7636 is #B589C9. Grayscale: #616161. Windows color (decimal): -11897290 or 3569226. OLE color: 3569226.
HSL color Cylindrical-coordinate representation of color #4A7636: hue angle of 101.25º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A7636 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 118 | 54 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.54 |
| HSL | 101.25º | 0.37% | 0.34% | - |
| HSV(B) | 101.25º | 0.54% | 0.46% | - |
| XYZ | 9.97 | 14.68 | 5.8 | - |
| YUV | 97.55 | 103.42 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 118 | 54 | 0.37 | 0 | 0.54 | 0.54 | 101.25 | 0.37 | 0.34 |
| Hex | 4A | 76 | 36 | 25 | 0 | 36 | 36 | 65 | 25 | 22 |
| Octal | 112 | 166 | 66 | 45 | 0 | 66 | 66 | 145 | 45 | 42 |
| Binary | 1001010 | 1110110 | 110110 | 100101 | 0 | 110110 | 110110 | 1100101 | 100101 | 100010 |
Color Harmonies of #4A7636
Complementary color
Monochromatic Colors of #4A7636
Black with #4A7636
Text Example
Text Example
White with #4A7636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7636; }
p { color: rgb(74,118,54); }
H1.HeaderClassName
{
color: #4A7636;
}
.AnyTagClassName
{
color: #4A7636;
}
</style>
background-color css
<style>
a { background-color: #4A7636; }
a { background-color: rgb(74,118,54); }
div.DivClassName
{
background-color: #4A7636;
}
.BgClassName
{
background-color: #4A7636;
}
</style>
border-color css
<style>
span { border-color: #4A7636; }
span { border-color: rgb(74,118,54); }
td.TdClassName
{
border-color: #4A7636;
}
.TagClassName
{
border-color: #4A7636;
}
</style>