Shades of Fern Green #4A733C
Tints of Fern Green #4A733C
RGB
CMYK
RGB Variations
Color information
#4A733C (or 0x4A733C) is known color: Fern Green. HEX triplet: 4A, 73 and 3C. RGB value is (74,115,60). Sum of RGB (Red+Green+Blue) = 74+115+60=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #4A733C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A733C is #B58CC3. Grayscale: #606060. Windows color (decimal): -11898052 or 3961674. OLE color: 3961674.
HSL color Cylindrical-coordinate representation of color #4A733C: hue angle of 104.73º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A733C is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 115 | 60 | - |
| CMYK | 0.36 | 0 | 0.48 | 0.55 |
| HSL | 104.73º | 0.31% | 0.34% | - |
| HSV(B) | 104.73º | 0.48% | 0.45% | - |
| XYZ | 9.77 | 14.04 | 6.47 | - |
| YUV | 96.47 | 107.42 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 115 | 60 | 0.36 | 0 | 0.48 | 0.55 | 104.73 | 0.31 | 0.34 |
| Hex | 4A | 73 | 3C | 24 | 0 | 30 | 37 | 69 | 1F | 22 |
| Octal | 112 | 163 | 74 | 44 | 0 | 60 | 67 | 151 | 37 | 42 |
| Binary | 1001010 | 1110011 | 111100 | 100100 | 0 | 110000 | 110111 | 1101001 | 11111 | 100010 |
Color Harmonies of #4A733C
Complementary color
Monochromatic Colors of #4A733C
Black with #4A733C
Text Example
Text Example
White with #4A733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A733C; }
p { color: rgb(74,115,60); }
H1.HeaderClassName
{
color: #4A733C;
}
.AnyTagClassName
{
color: #4A733C;
}
</style>
background-color css
<style>
a { background-color: #4A733C; }
a { background-color: rgb(74,115,60); }
div.DivClassName
{
background-color: #4A733C;
}
.BgClassName
{
background-color: #4A733C;
}
</style>
border-color css
<style>
span { border-color: #4A733C; }
span { border-color: rgb(74,115,60); }
td.TdClassName
{
border-color: #4A733C;
}
.TagClassName
{
border-color: #4A733C;
}
</style>