Shades of Fern Green #4C8235
Tints of Fern Green #4C8235
RGB
CMYK
RGB Variations
Color information
#4C8235 (or 0x4C8235) is known color: Fern Green. HEX triplet: 4C, 82 and 35. RGB value is (76,130,53). Sum of RGB (Red+Green+Blue) = 76+130+53=259 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.34% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #4C8235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8235 is #B37DCA. Grayscale: #696969. Windows color (decimal): -11763147 or 3506764. OLE color: 3506764.
HSL color Cylindrical-coordinate representation of color #4C8235: hue angle of 102.08º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C8235 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 130 | 53 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.49 |
| HSL | 102.08º | 0.42% | 0.36% | - |
| HSV(B) | 102.08º | 0.59% | 0.51% | - |
| XYZ | 11.61 | 17.76 | 6.18 | - |
| YUV | 105.08 | 98.61 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 130 | 53 | 0.42 | 0 | 0.59 | 0.49 | 102.08 | 0.42 | 0.36 |
| Hex | 4C | 82 | 35 | 2A | 0 | 3B | 31 | 66 | 2A | 24 |
| Octal | 114 | 202 | 65 | 52 | 0 | 73 | 61 | 146 | 52 | 44 |
| Binary | 1001100 | 10000010 | 110101 | 101010 | 0 | 111011 | 110001 | 1100110 | 101010 | 100100 |
Color Harmonies of #4C8235
Complementary color
Monochromatic Colors of #4C8235
Black with #4C8235
Text Example
Text Example
White with #4C8235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8235; }
p { color: rgb(76,130,53); }
H1.HeaderClassName
{
color: #4C8235;
}
.AnyTagClassName
{
color: #4C8235;
}
</style>
background-color css
<style>
a { background-color: #4C8235; }
a { background-color: rgb(76,130,53); }
div.DivClassName
{
background-color: #4C8235;
}
.BgClassName
{
background-color: #4C8235;
}
</style>
border-color css
<style>
span { border-color: #4C8235; }
span { border-color: rgb(76,130,53); }
td.TdClassName
{
border-color: #4C8235;
}
.TagClassName
{
border-color: #4C8235;
}
</style>