Shades of Fern Green #4A853C
Tints of Fern Green #4A853C
RGB
CMYK
RGB Variations
Color information
#4A853C (or 0x4A853C) is known color: Fern Green. HEX triplet: 4A, 85 and 3C. RGB value is (74,133,60). Sum of RGB (Red+Green+Blue) = 74+133+60=267 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.72% from 267); Green value is 133 (52.34% from 255 or 49.81% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 133 - color contains mainly: green. Hex color #4A853C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A853C is #B57AC3. Grayscale: #6B6B6B. Windows color (decimal): -11893444 or 3966282. OLE color: 3966282.
HSL color Cylindrical-coordinate representation of color #4A853C: hue angle of 108.49º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A853C is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 133 | 60 | - |
| CMYK | 0.44 | 0 | 0.55 | 0.48 |
| HSL | 108.49º | 0.38% | 0.38% | - |
| HSV(B) | 108.49º | 0.55% | 0.52% | - |
| XYZ | 12.03 | 18.56 | 7.22 | - |
| YUV | 107.04 | 101.45 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 133 | 60 | 0.44 | 0 | 0.55 | 0.48 | 108.49 | 0.38 | 0.38 |
| Hex | 4A | 85 | 3C | 2C | 0 | 37 | 30 | 6C | 26 | 26 |
| Octal | 112 | 205 | 74 | 54 | 0 | 67 | 60 | 154 | 46 | 46 |
| Binary | 1001010 | 10000101 | 111100 | 101100 | 0 | 110111 | 110000 | 1101100 | 100110 | 100110 |
Color Harmonies of #4A853C
Complementary color
Monochromatic Colors of #4A853C
Black with #4A853C
Text Example
Text Example
White with #4A853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A853C; }
p { color: rgb(74,133,60); }
H1.HeaderClassName
{
color: #4A853C;
}
.AnyTagClassName
{
color: #4A853C;
}
</style>
background-color css
<style>
a { background-color: #4A853C; }
a { background-color: rgb(74,133,60); }
div.DivClassName
{
background-color: #4A853C;
}
.BgClassName
{
background-color: #4A853C;
}
</style>
border-color css
<style>
span { border-color: #4A853C; }
span { border-color: rgb(74,133,60); }
td.TdClassName
{
border-color: #4A853C;
}
.TagClassName
{
border-color: #4A853C;
}
</style>