Shades of Fern Green #427140
Tints of Fern Green #427140
RGB
CMYK
RGB Variations
Color information
#427140 (or 0x427140) is known color: Fern Green. HEX triplet: 42, 71 and 40. RGB value is (66,113,64). Sum of RGB (Red+Green+Blue) = 66+113+64=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 113 - color contains mainly: green. Hex color #427140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427140 is #BD8EBF. Grayscale: #5D5D5D. Windows color (decimal): -12422848 or 4223298. OLE color: 4223298.
HSL color Cylindrical-coordinate representation of color #427140: hue angle of 117.55º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #427140 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 113 | 64 | - |
| CMYK | 0.42 | 0 | 0.43 | 0.56 |
| HSL | 117.55º | 0.28% | 0.35% | - |
| HSV(B) | 117.55º | 0.43% | 0.44% | - |
| XYZ | 9.08 | 13.34 | 6.95 | - |
| YUV | 93.36 | 111.43 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 113 | 64 | 0.42 | 0 | 0.43 | 0.56 | 117.55 | 0.28 | 0.35 |
| Hex | 42 | 71 | 40 | 2A | 0 | 2B | 38 | 76 | 1C | 23 |
| Octal | 102 | 161 | 100 | 52 | 0 | 53 | 70 | 166 | 34 | 43 |
| Binary | 1000010 | 1110001 | 1000000 | 101010 | 0 | 101011 | 111000 | 1110110 | 11100 | 100011 |
Color Harmonies of #427140
Complementary color
Monochromatic Colors of #427140
Black with #427140
Text Example
Text Example
White with #427140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427140; }
p { color: rgb(66,113,64); }
H1.HeaderClassName
{
color: #427140;
}
.AnyTagClassName
{
color: #427140;
}
</style>
background-color css
<style>
a { background-color: #427140; }
a { background-color: rgb(66,113,64); }
div.DivClassName
{
background-color: #427140;
}
.BgClassName
{
background-color: #427140;
}
</style>
border-color css
<style>
span { border-color: #427140; }
span { border-color: rgb(66,113,64); }
td.TdClassName
{
border-color: #427140;
}
.TagClassName
{
border-color: #427140;
}
</style>