Shades of Fern Green #4A8B3D
Tints of Fern Green #4A8B3D
RGB
CMYK
RGB Variations
Color information
#4A8B3D (or 0x4A8B3D) is known color: Fern Green. HEX triplet: 4A, 8B and 3D. RGB value is (74,139,61). Sum of RGB (Red+Green+Blue) = 74+139+61=274 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.01% from 274); Green value is 139 (54.69% from 255 or 50.73% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 139 - color contains mainly: green. Hex color #4A8B3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8B3D is #B574C2. Grayscale: #6E6E6E. Windows color (decimal): -11891907 or 4033354. OLE color: 4033354.
HSL color Cylindrical-coordinate representation of color #4A8B3D: hue angle of 110º 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 #4A8B3D is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 139 | 61 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.45 |
| HSL | 110º | 0.39% | 0.39% | - |
| HSV(B) | 110º | 0.56% | 0.55% | - |
| XYZ | 12.9 | 20.26 | 7.65 | - |
| YUV | 110.67 | 99.97 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 139 | 61 | 0.47 | 0 | 0.56 | 0.45 | 110 | 0.39 | 0.39 |
| Hex | 4A | 8B | 3D | 2F | 0 | 38 | 2D | 6E | 27 | 27 |
| Octal | 112 | 213 | 75 | 57 | 0 | 70 | 55 | 156 | 47 | 47 |
| Binary | 1001010 | 10001011 | 111101 | 101111 | 0 | 111000 | 101101 | 1101110 | 100111 | 100111 |
Color Harmonies of #4A8B3D
Complementary color
Monochromatic Colors of #4A8B3D
Black with #4A8B3D
Text Example
Text Example
White with #4A8B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8B3D; }
p { color: rgb(74,139,61); }
H1.HeaderClassName
{
color: #4A8B3D;
}
.AnyTagClassName
{
color: #4A8B3D;
}
</style>
background-color css
<style>
a { background-color: #4A8B3D; }
a { background-color: rgb(74,139,61); }
div.DivClassName
{
background-color: #4A8B3D;
}
.BgClassName
{
background-color: #4A8B3D;
}
</style>
border-color css
<style>
span { border-color: #4A8B3D; }
span { border-color: rgb(74,139,61); }
td.TdClassName
{
border-color: #4A8B3D;
}
.TagClassName
{
border-color: #4A8B3D;
}
</style>