Shades of Fern Green #4C813A
Tints of Fern Green #4C813A
RGB
CMYK
RGB Variations
Color information
#4C813A (or 0x4C813A) is known color: Fern Green. HEX triplet: 4C, 81 and 3A. RGB value is (76,129,58). Sum of RGB (Red+Green+Blue) = 76+129+58=263 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.90% from 263); Green value is 129 (50.78% from 255 or 49.05% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 129 - color contains mainly: green. Hex color #4C813A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C813A is #B37EC5. Grayscale: #696969. Windows color (decimal): -11763398 or 3834188. OLE color: 3834188.
HSL color Cylindrical-coordinate representation of color #4C813A: hue angle of 104.79º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C813A is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 129 | 58 | - |
| CMYK | 0.41 | 0 | 0.55 | 0.49 |
| HSL | 104.79º | 0.38% | 0.37% | - |
| HSV(B) | 104.79º | 0.55% | 0.51% | - |
| XYZ | 11.59 | 17.54 | 6.78 | - |
| YUV | 105.06 | 101.44 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 129 | 58 | 0.41 | 0 | 0.55 | 0.49 | 104.79 | 0.38 | 0.37 |
| Hex | 4C | 81 | 3A | 29 | 0 | 37 | 31 | 69 | 26 | 25 |
| Octal | 114 | 201 | 72 | 51 | 0 | 67 | 61 | 151 | 46 | 45 |
| Binary | 1001100 | 10000001 | 111010 | 101001 | 0 | 110111 | 110001 | 1101001 | 100110 | 100101 |
Color Harmonies of #4C813A
Complementary color
Monochromatic Colors of #4C813A
Black with #4C813A
Text Example
Text Example
White with #4C813A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C813A; }
p { color: rgb(76,129,58); }
H1.HeaderClassName
{
color: #4C813A;
}
.AnyTagClassName
{
color: #4C813A;
}
</style>
background-color css
<style>
a { background-color: #4C813A; }
a { background-color: rgb(76,129,58); }
div.DivClassName
{
background-color: #4C813A;
}
.BgClassName
{
background-color: #4C813A;
}
</style>
border-color css
<style>
span { border-color: #4C813A; }
span { border-color: rgb(76,129,58); }
td.TdClassName
{
border-color: #4C813A;
}
.TagClassName
{
border-color: #4C813A;
}
</style>