Shades of Fern Green #4C813C
Tints of Fern Green #4C813C
RGB
CMYK
RGB Variations
Color information
#4C813C (or 0x4C813C) is known color: Fern Green. HEX triplet: 4C, 81 and 3C. RGB value is (76,129,60). Sum of RGB (Red+Green+Blue) = 76+129+60=265 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.68% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 129 - color contains mainly: green. Hex color #4C813C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C813C is #B37EC3. Grayscale: #696969. Windows color (decimal): -11763396 or 3965260. OLE color: 3965260.
HSL color Cylindrical-coordinate representation of color #4C813C: hue angle of 106.09º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C813C is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 129 | 60 | - |
| CMYK | 0.41 | 0 | 0.53 | 0.49 |
| HSL | 106.09º | 0.37% | 0.37% | - |
| HSV(B) | 106.09º | 0.53% | 0.51% | - |
| XYZ | 11.65 | 17.56 | 7.05 | - |
| YUV | 105.29 | 102.44 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 129 | 60 | 0.41 | 0 | 0.53 | 0.49 | 106.09 | 0.37 | 0.37 |
| Hex | 4C | 81 | 3C | 29 | 0 | 35 | 31 | 6A | 25 | 25 |
| Octal | 114 | 201 | 74 | 51 | 0 | 65 | 61 | 152 | 45 | 45 |
| Binary | 1001100 | 10000001 | 111100 | 101001 | 0 | 110101 | 110001 | 1101010 | 100101 | 100101 |
Color Harmonies of #4C813C
Complementary color
Monochromatic Colors of #4C813C
Black with #4C813C
Text Example
Text Example
White with #4C813C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C813C; }
p { color: rgb(76,129,60); }
H1.HeaderClassName
{
color: #4C813C;
}
.AnyTagClassName
{
color: #4C813C;
}
</style>
background-color css
<style>
a { background-color: #4C813C; }
a { background-color: rgb(76,129,60); }
div.DivClassName
{
background-color: #4C813C;
}
.BgClassName
{
background-color: #4C813C;
}
</style>
border-color css
<style>
span { border-color: #4C813C; }
span { border-color: rgb(76,129,60); }
td.TdClassName
{
border-color: #4C813C;
}
.TagClassName
{
border-color: #4C813C;
}
</style>