Shades of Fern Green #4C8649
Tints of Fern Green #4C8649
RGB
CMYK
RGB Variations
Color information
#4C8649 (or 0x4C8649) is known color: Fern Green. HEX triplet: 4C, 86 and 49. RGB value is (76,134,73). Sum of RGB (Red+Green+Blue) = 76+134+73=283 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.86% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #4C8649 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8649 is #B379B6. Grayscale: #6D6D6D. Windows color (decimal): -11762103 or 4818508. OLE color: 4818508.
HSL color Cylindrical-coordinate representation of color #4C8649: hue angle of 117.05º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C8649 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 134 | 73 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.47 |
| HSL | 117.05º | 0.29% | 0.41% | - |
| HSV(B) | 117.05º | 0.46% | 0.53% | - |
| XYZ | 12.71 | 19.07 | 9.31 | - |
| YUV | 109.7 | 107.28 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 134 | 73 | 0.43 | 0 | 0.46 | 0.47 | 117.05 | 0.29 | 0.41 |
| Hex | 4C | 86 | 49 | 2B | 0 | 2E | 2F | 75 | 1D | 29 |
| Octal | 114 | 206 | 111 | 53 | 0 | 56 | 57 | 165 | 35 | 51 |
| Binary | 1001100 | 10000110 | 1001001 | 101011 | 0 | 101110 | 101111 | 1110101 | 11101 | 101001 |
Color Harmonies of #4C8649
Complementary color
Monochromatic Colors of #4C8649
Black with #4C8649
Text Example
Text Example
White with #4C8649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8649; }
p { color: rgb(76,134,73); }
H1.HeaderClassName
{
color: #4C8649;
}
.AnyTagClassName
{
color: #4C8649;
}
</style>
background-color css
<style>
a { background-color: #4C8649; }
a { background-color: rgb(76,134,73); }
div.DivClassName
{
background-color: #4C8649;
}
.BgClassName
{
background-color: #4C8649;
}
</style>
border-color css
<style>
span { border-color: #4C8649; }
span { border-color: rgb(76,134,73); }
td.TdClassName
{
border-color: #4C8649;
}
.TagClassName
{
border-color: #4C8649;
}
</style>