Shades of Fern Green #4A823F
Tints of Fern Green #4A823F
RGB
CMYK
RGB Variations
Color information
#4A823F (or 0x4A823F) is known color: Fern Green. HEX triplet: 4A, 82 and 3F. RGB value is (74,130,63). Sum of RGB (Red+Green+Blue) = 74+130+63=267 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.72% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #4A823F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A823F is #B57DC0. Grayscale: #696969. Windows color (decimal): -11894209 or 4162122. OLE color: 4162122.
HSL color Cylindrical-coordinate representation of color #4A823F: hue angle of 110.15º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A823F is Cyan = 0.43, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 74 | 130 | 63 | - |
| CMYK | 0.43 | 0 | 0.52 | 0.49 |
| HSL | 110.15º | 0.35% | 0.38% | - |
| HSV(B) | 110.15º | 0.52% | 0.51% | - |
| XYZ | 11.7 | 17.78 | 7.52 | - |
| YUV | 105.62 | 103.95 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 130 | 63 | 0.43 | 0 | 0.52 | 0.49 | 110.15 | 0.35 | 0.38 |
| Hex | 4A | 82 | 3F | 2B | 0 | 34 | 31 | 6E | 23 | 26 |
| Octal | 112 | 202 | 77 | 53 | 0 | 64 | 61 | 156 | 43 | 46 |
| Binary | 1001010 | 10000010 | 111111 | 101011 | 0 | 110100 | 110001 | 1101110 | 100011 | 100110 |
Color Harmonies of #4A823F
Complementary color
Monochromatic Colors of #4A823F
Black with #4A823F
Text Example
Text Example
White with #4A823F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A823F; }
p { color: rgb(74,130,63); }
H1.HeaderClassName
{
color: #4A823F;
}
.AnyTagClassName
{
color: #4A823F;
}
</style>
background-color css
<style>
a { background-color: #4A823F; }
a { background-color: rgb(74,130,63); }
div.DivClassName
{
background-color: #4A823F;
}
.BgClassName
{
background-color: #4A823F;
}
</style>
border-color css
<style>
span { border-color: #4A823F; }
span { border-color: rgb(74,130,63); }
td.TdClassName
{
border-color: #4A823F;
}
.TagClassName
{
border-color: #4A823F;
}
</style>