Shades of Fern Green #4A863C
Tints of Fern Green #4A863C
RGB
CMYK
RGB Variations
Color information
#4A863C (or 0x4A863C) is known color: Fern Green. HEX triplet: 4A, 86 and 3C. RGB value is (74,134,60). Sum of RGB (Red+Green+Blue) = 74+134+60=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #4A863C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A863C is #B579C3. Grayscale: #6B6B6B. Windows color (decimal): -11893188 or 3966538. OLE color: 3966538.
HSL color Cylindrical-coordinate representation of color #4A863C: hue angle of 108.65º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A863C is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 134 | 60 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.47 |
| HSL | 108.65º | 0.38% | 0.38% | - |
| HSV(B) | 108.65º | 0.55% | 0.53% | - |
| XYZ | 12.16 | 18.83 | 7.27 | - |
| YUV | 107.62 | 101.12 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 134 | 60 | 0.45 | 0 | 0.55 | 0.47 | 108.65 | 0.38 | 0.38 |
| Hex | 4A | 86 | 3C | 2D | 0 | 37 | 2F | 6D | 26 | 26 |
| Octal | 112 | 206 | 74 | 55 | 0 | 67 | 57 | 155 | 46 | 46 |
| Binary | 1001010 | 10000110 | 111100 | 101101 | 0 | 110111 | 101111 | 1101101 | 100110 | 100110 |
Color Harmonies of #4A863C
Complementary color
Monochromatic Colors of #4A863C
Black with #4A863C
Text Example
Text Example
White with #4A863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A863C; }
p { color: rgb(74,134,60); }
H1.HeaderClassName
{
color: #4A863C;
}
.AnyTagClassName
{
color: #4A863C;
}
</style>
background-color css
<style>
a { background-color: #4A863C; }
a { background-color: rgb(74,134,60); }
div.DivClassName
{
background-color: #4A863C;
}
.BgClassName
{
background-color: #4A863C;
}
</style>
border-color css
<style>
span { border-color: #4A863C; }
span { border-color: rgb(74,134,60); }
td.TdClassName
{
border-color: #4A863C;
}
.TagClassName
{
border-color: #4A863C;
}
</style>