Shades of Fern Green #427637
Tints of Fern Green #427637
RGB
CMYK
RGB Variations
Color information
#427637 (or 0x427637) is known color: Fern Green. HEX triplet: 42, 76 and 37. RGB value is (66,118,55). Sum of RGB (Red+Green+Blue) = 66+118+55=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 55 (21.88% from 255 or 23.01% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #427637 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427637 is #BD89C8. Grayscale: #5F5F5F. Windows color (decimal): -12421577 or 3634754. OLE color: 3634754.
HSL color Cylindrical-coordinate representation of color #427637: hue angle of 109.52º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #427637 is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 118 | 55 | - |
| CMYK | 0.44 | 0 | 0.53 | 0.54 |
| HSL | 109.52º | 0.36% | 0.34% | - |
| HSV(B) | 109.52º | 0.53% | 0.46% | - |
| XYZ | 9.41 | 14.39 | 5.9 | - |
| YUV | 95.27 | 105.27 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 118 | 55 | 0.44 | 0 | 0.53 | 0.54 | 109.52 | 0.36 | 0.34 |
| Hex | 42 | 76 | 37 | 2C | 0 | 35 | 36 | 6E | 24 | 22 |
| Octal | 102 | 166 | 67 | 54 | 0 | 65 | 66 | 156 | 44 | 42 |
| Binary | 1000010 | 1110110 | 110111 | 101100 | 0 | 110101 | 110110 | 1101110 | 100100 | 100010 |
Color Harmonies of #427637
Complementary color
Monochromatic Colors of #427637
Black with #427637
Text Example
Text Example
White with #427637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427637; }
p { color: rgb(66,118,55); }
H1.HeaderClassName
{
color: #427637;
}
.AnyTagClassName
{
color: #427637;
}
</style>
background-color css
<style>
a { background-color: #427637; }
a { background-color: rgb(66,118,55); }
div.DivClassName
{
background-color: #427637;
}
.BgClassName
{
background-color: #427637;
}
</style>
border-color css
<style>
span { border-color: #427637; }
span { border-color: rgb(66,118,55); }
td.TdClassName
{
border-color: #427637;
}
.TagClassName
{
border-color: #427637;
}
</style>