Shades of Fern Green #4A8C3D
Tints of Fern Green #4A8C3D
RGB
CMYK
RGB Variations
Color information
#4A8C3D (or 0x4A8C3D) is known color: Fern Green. HEX triplet: 4A, 8C and 3D. RGB value is (74,140,61). Sum of RGB (Red+Green+Blue) = 74+140+61=275 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.91% from 275); Green value is 140 (55.08% from 255 or 50.91% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 140 - color contains mainly: green. Hex color #4A8C3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8C3D is #B573C2. Grayscale: #6F6F6F. Windows color (decimal): -11891651 or 4033610. OLE color: 4033610.
HSL color Cylindrical-coordinate representation of color #4A8C3D: hue angle of 110.13º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A8C3D is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 140 | 61 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.45 |
| HSL | 110.13º | 0.39% | 0.39% | - |
| HSV(B) | 110.13º | 0.56% | 0.55% | - |
| XYZ | 13.04 | 20.55 | 7.69 | - |
| YUV | 111.26 | 99.63 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 140 | 61 | 0.47 | 0 | 0.56 | 0.45 | 110.13 | 0.39 | 0.39 |
| Hex | 4A | 8C | 3D | 2F | 0 | 38 | 2D | 6E | 27 | 27 |
| Octal | 112 | 214 | 75 | 57 | 0 | 70 | 55 | 156 | 47 | 47 |
| Binary | 1001010 | 10001100 | 111101 | 101111 | 0 | 111000 | 101101 | 1101110 | 100111 | 100111 |
Color Harmonies of #4A8C3D
Complementary color
Monochromatic Colors of #4A8C3D
Black with #4A8C3D
Text Example
Text Example
White with #4A8C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8C3D; }
p { color: rgb(74,140,61); }
H1.HeaderClassName
{
color: #4A8C3D;
}
.AnyTagClassName
{
color: #4A8C3D;
}
</style>
background-color css
<style>
a { background-color: #4A8C3D; }
a { background-color: rgb(74,140,61); }
div.DivClassName
{
background-color: #4A8C3D;
}
.BgClassName
{
background-color: #4A8C3D;
}
</style>
border-color css
<style>
span { border-color: #4A8C3D; }
span { border-color: rgb(74,140,61); }
td.TdClassName
{
border-color: #4A8C3D;
}
.TagClassName
{
border-color: #4A8C3D;
}
</style>