Shades of Fern Green #4A883A
Tints of Fern Green #4A883A
RGB
CMYK
RGB Variations
Color information
#4A883A (or 0x4A883A) is known color: Fern Green. HEX triplet: 4A, 88 and 3A. RGB value is (74,136,58). Sum of RGB (Red+Green+Blue) = 74+136+58=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 136 (53.52% from 255 or 50.75% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 136 - color contains mainly: green. Hex color #4A883A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A883A is #B577C5. Grayscale: #6C6C6C. Windows color (decimal): -11892678 or 3835978. OLE color: 3835978.
HSL color Cylindrical-coordinate representation of color #4A883A: hue angle of 107.69º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A883A is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 136 | 58 | - |
| CMYK | 0.46 | 0 | 0.57 | 0.47 |
| HSL | 107.69º | 0.4% | 0.38% | - |
| HSV(B) | 107.69º | 0.57% | 0.53% | - |
| XYZ | 12.39 | 19.37 | 7.09 | - |
| YUV | 108.57 | 99.46 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 136 | 58 | 0.46 | 0 | 0.57 | 0.47 | 107.69 | 0.4 | 0.38 |
| Hex | 4A | 88 | 3A | 2E | 0 | 39 | 2F | 6C | 28 | 26 |
| Octal | 112 | 210 | 72 | 56 | 0 | 71 | 57 | 154 | 50 | 46 |
| Binary | 1001010 | 10001000 | 111010 | 101110 | 0 | 111001 | 101111 | 1101100 | 101000 | 100110 |
Color Harmonies of #4A883A
Complementary color
Monochromatic Colors of #4A883A
Black with #4A883A
Text Example
Text Example
White with #4A883A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A883A; }
p { color: rgb(74,136,58); }
H1.HeaderClassName
{
color: #4A883A;
}
.AnyTagClassName
{
color: #4A883A;
}
</style>
background-color css
<style>
a { background-color: #4A883A; }
a { background-color: rgb(74,136,58); }
div.DivClassName
{
background-color: #4A883A;
}
.BgClassName
{
background-color: #4A883A;
}
</style>
border-color css
<style>
span { border-color: #4A883A; }
span { border-color: rgb(74,136,58); }
td.TdClassName
{
border-color: #4A883A;
}
.TagClassName
{
border-color: #4A883A;
}
</style>