Shades of Fern Green #4A7C34
Tints of Fern Green #4A7C34
RGB
CMYK
RGB Variations
Color information
#4A7C34 (or 0x4A7C34) is known color: Fern Green. HEX triplet: 4A, 7C and 34. RGB value is (74,124,52). Sum of RGB (Red+Green+Blue) = 74+124+52=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 124 (48.83% from 255 or 49.6% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 124 - color contains mainly: green. Hex color #4A7C34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7C34 is #B583CB. Grayscale: #656565. Windows color (decimal): -11895756 or 3439690. OLE color: 3439690.
HSL color Cylindrical-coordinate representation of color #4A7C34: hue angle of 101.67º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A7C34 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 124 | 52 | - |
| CMYK | 0.40 | 0 | 0.58 | 0.51 |
| HSL | 101.67º | 0.41% | 0.35% | - |
| HSV(B) | 101.67º | 0.58% | 0.49% | - |
| XYZ | 10.65 | 16.12 | 5.8 | - |
| YUV | 100.84 | 100.44 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 124 | 52 | 0.40 | 0 | 0.58 | 0.51 | 101.67 | 0.41 | 0.35 |
| Hex | 4A | 7C | 34 | 28 | 0 | 3A | 33 | 66 | 29 | 23 |
| Octal | 112 | 174 | 64 | 50 | 0 | 72 | 63 | 146 | 51 | 43 |
| Binary | 1001010 | 1111100 | 110100 | 101000 | 0 | 111010 | 110011 | 1100110 | 101001 | 100011 |
Color Harmonies of #4A7C34
Complementary color
Monochromatic Colors of #4A7C34
Black with #4A7C34
Text Example
Text Example
White with #4A7C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7C34; }
p { color: rgb(74,124,52); }
H1.HeaderClassName
{
color: #4A7C34;
}
.AnyTagClassName
{
color: #4A7C34;
}
</style>
background-color css
<style>
a { background-color: #4A7C34; }
a { background-color: rgb(74,124,52); }
div.DivClassName
{
background-color: #4A7C34;
}
.BgClassName
{
background-color: #4A7C34;
}
</style>
border-color css
<style>
span { border-color: #4A7C34; }
span { border-color: rgb(74,124,52); }
td.TdClassName
{
border-color: #4A7C34;
}
.TagClassName
{
border-color: #4A7C34;
}
</style>