Shades of Fern Green #4C813F
Tints of Fern Green #4C813F
RGB
CMYK
RGB Variations
Color information
#4C813F (or 0x4C813F) is known color: Fern Green. HEX triplet: 4C, 81 and 3F. RGB value is (76,129,63). Sum of RGB (Red+Green+Blue) = 76+129+63=268 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.36% from 268); Green value is 129 (50.78% from 255 or 48.13% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 129 - color contains mainly: green. Hex color #4C813F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C813F is #B37EC0. Grayscale: #696969. Windows color (decimal): -11763393 or 4161868. OLE color: 4161868.
HSL color Cylindrical-coordinate representation of color #4C813F: hue angle of 108.18º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C813F is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 129 | 63 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.49 |
| HSL | 108.18º | 0.34% | 0.38% | - |
| HSV(B) | 108.18º | 0.51% | 0.51% | - |
| XYZ | 11.73 | 17.6 | 7.48 | - |
| YUV | 105.63 | 103.94 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 129 | 63 | 0.41 | 0 | 0.51 | 0.49 | 108.18 | 0.34 | 0.38 |
| Hex | 4C | 81 | 3F | 29 | 0 | 33 | 31 | 6C | 22 | 26 |
| Octal | 114 | 201 | 77 | 51 | 0 | 63 | 61 | 154 | 42 | 46 |
| Binary | 1001100 | 10000001 | 111111 | 101001 | 0 | 110011 | 110001 | 1101100 | 100010 | 100110 |
Color Harmonies of #4C813F
Complementary color
Monochromatic Colors of #4C813F
Black with #4C813F
Text Example
Text Example
White with #4C813F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C813F; }
p { color: rgb(76,129,63); }
H1.HeaderClassName
{
color: #4C813F;
}
.AnyTagClassName
{
color: #4C813F;
}
</style>
background-color css
<style>
a { background-color: #4C813F; }
a { background-color: rgb(76,129,63); }
div.DivClassName
{
background-color: #4C813F;
}
.BgClassName
{
background-color: #4C813F;
}
</style>
border-color css
<style>
span { border-color: #4C813F; }
span { border-color: rgb(76,129,63); }
td.TdClassName
{
border-color: #4C813F;
}
.TagClassName
{
border-color: #4C813F;
}
</style>