Shades of Fern Green #4A883C
Tints of Fern Green #4A883C
RGB
CMYK
RGB Variations
Color information
#4A883C (or 0x4A883C) is known color: Fern Green. HEX triplet: 4A, 88 and 3C. RGB value is (74,136,60). Sum of RGB (Red+Green+Blue) = 74+136+60=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #4A883C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A883C is #B577C3. Grayscale: #6D6D6D. Windows color (decimal): -11892676 or 3967050. OLE color: 3967050.
HSL color Cylindrical-coordinate representation of color #4A883C: hue angle of 108.95º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A883C is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 136 | 60 | - |
| CMYK | 0.46 | 0 | 0.56 | 0.47 |
| HSL | 108.95º | 0.39% | 0.38% | - |
| HSV(B) | 108.95º | 0.56% | 0.53% | - |
| XYZ | 12.44 | 19.39 | 7.36 | - |
| YUV | 108.8 | 100.46 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 136 | 60 | 0.46 | 0 | 0.56 | 0.47 | 108.95 | 0.39 | 0.38 |
| Hex | 4A | 88 | 3C | 2E | 0 | 38 | 2F | 6D | 27 | 26 |
| Octal | 112 | 210 | 74 | 56 | 0 | 70 | 57 | 155 | 47 | 46 |
| Binary | 1001010 | 10001000 | 111100 | 101110 | 0 | 111000 | 101111 | 1101101 | 100111 | 100110 |
Color Harmonies of #4A883C
Complementary color
Monochromatic Colors of #4A883C
Black with #4A883C
Text Example
Text Example
White with #4A883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A883C; }
p { color: rgb(74,136,60); }
H1.HeaderClassName
{
color: #4A883C;
}
.AnyTagClassName
{
color: #4A883C;
}
</style>
background-color css
<style>
a { background-color: #4A883C; }
a { background-color: rgb(74,136,60); }
div.DivClassName
{
background-color: #4A883C;
}
.BgClassName
{
background-color: #4A883C;
}
</style>
border-color css
<style>
span { border-color: #4A883C; }
span { border-color: rgb(74,136,60); }
td.TdClassName
{
border-color: #4A883C;
}
.TagClassName
{
border-color: #4A883C;
}
</style>