Shades of Fern Green #4A8A3D
Tints of Fern Green #4A8A3D
RGB
CMYK
RGB Variations
Color information
#4A8A3D (or 0x4A8A3D) is known color: Fern Green. HEX triplet: 4A, 8A and 3D. RGB value is (74,138,61). Sum of RGB (Red+Green+Blue) = 74+138+61=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 138 (54.30% from 255 or 50.55% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 138 - color contains mainly: green. Hex color #4A8A3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8A3D is #B575C2. Grayscale: #6E6E6E. Windows color (decimal): -11892163 or 4033098. OLE color: 4033098.
HSL color Cylindrical-coordinate representation of color #4A8A3D: hue angle of 109.87º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A8A3D is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 138 | 61 | - |
| CMYK | 0.46 | 0 | 0.56 | 0.46 |
| HSL | 109.87º | 0.39% | 0.39% | - |
| HSV(B) | 109.87º | 0.56% | 0.54% | - |
| XYZ | 12.75 | 19.97 | 7.6 | - |
| YUV | 110.09 | 100.3 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 138 | 61 | 0.46 | 0 | 0.56 | 0.46 | 109.87 | 0.39 | 0.39 |
| Hex | 4A | 8A | 3D | 2E | 0 | 38 | 2E | 6E | 27 | 27 |
| Octal | 112 | 212 | 75 | 56 | 0 | 70 | 56 | 156 | 47 | 47 |
| Binary | 1001010 | 10001010 | 111101 | 101110 | 0 | 111000 | 101110 | 1101110 | 100111 | 100111 |
Color Harmonies of #4A8A3D
Complementary color
Monochromatic Colors of #4A8A3D
Black with #4A8A3D
Text Example
Text Example
White with #4A8A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8A3D; }
p { color: rgb(74,138,61); }
H1.HeaderClassName
{
color: #4A8A3D;
}
.AnyTagClassName
{
color: #4A8A3D;
}
</style>
background-color css
<style>
a { background-color: #4A8A3D; }
a { background-color: rgb(74,138,61); }
div.DivClassName
{
background-color: #4A8A3D;
}
.BgClassName
{
background-color: #4A8A3D;
}
</style>
border-color css
<style>
span { border-color: #4A8A3D; }
span { border-color: rgb(74,138,61); }
td.TdClassName
{
border-color: #4A8A3D;
}
.TagClassName
{
border-color: #4A8A3D;
}
</style>