Shades of Fern Green #4A8338
Tints of Fern Green #4A8338
RGB
CMYK
RGB Variations
Color information
#4A8338 (or 0x4A8338) is known color: Fern Green. HEX triplet: 4A, 83 and 38. RGB value is (74,131,56). Sum of RGB (Red+Green+Blue) = 74+131+56=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 131 (51.56% from 255 or 50.19% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 131 - color contains mainly: green. Hex color #4A8338 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8338 is #B57CC7. Grayscale: #696969. Windows color (decimal): -11893960 or 3703626. OLE color: 3703626.
HSL color Cylindrical-coordinate representation of color #4A8338: hue angle of 105.6º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A8338 is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 74 | 131 | 56 | - |
| CMYK | 0.44 | 0 | 0.57 | 0.49 |
| HSL | 105.6º | 0.4% | 0.37% | - |
| HSV(B) | 105.6º | 0.57% | 0.51% | - |
| XYZ | 11.65 | 17.97 | 6.6 | - |
| YUV | 105.41 | 100.12 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 131 | 56 | 0.44 | 0 | 0.57 | 0.49 | 105.6 | 0.4 | 0.37 |
| Hex | 4A | 83 | 38 | 2C | 0 | 39 | 31 | 6A | 28 | 25 |
| Octal | 112 | 203 | 70 | 54 | 0 | 71 | 61 | 152 | 50 | 45 |
| Binary | 1001010 | 10000011 | 111000 | 101100 | 0 | 111001 | 110001 | 1101010 | 101000 | 100101 |
Color Harmonies of #4A8338
Complementary color
Monochromatic Colors of #4A8338
Black with #4A8338
Text Example
Text Example
White with #4A8338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8338; }
p { color: rgb(74,131,56); }
H1.HeaderClassName
{
color: #4A8338;
}
.AnyTagClassName
{
color: #4A8338;
}
</style>
background-color css
<style>
a { background-color: #4A8338; }
a { background-color: rgb(74,131,56); }
div.DivClassName
{
background-color: #4A8338;
}
.BgClassName
{
background-color: #4A8338;
}
</style>
border-color css
<style>
span { border-color: #4A8338; }
span { border-color: rgb(74,131,56); }
td.TdClassName
{
border-color: #4A8338;
}
.TagClassName
{
border-color: #4A8338;
}
</style>