Shades of Fern Green #427A37
Tints of Fern Green #427A37
RGB
CMYK
RGB Variations
Color information
#427A37 (or 0x427A37) is known color: Fern Green. HEX triplet: 42, 7A and 37. RGB value is (66,122,55). Sum of RGB (Red+Green+Blue) = 66+122+55=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 122 (48.05% from 255 or 50.21% from 243); Blue value is 55 (21.88% from 255 or 22.63% from 243); Max value from RGB is 122 - color contains mainly: green. Hex color #427A37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427A37 is #BD85C8. Grayscale: #616161. Windows color (decimal): -12420553 or 3635778. OLE color: 3635778.
HSL color Cylindrical-coordinate representation of color #427A37: hue angle of 110.15º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #427A37 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 122 | 55 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.52 |
| HSL | 110.15º | 0.38% | 0.35% | - |
| HSV(B) | 110.15º | 0.55% | 0.48% | - |
| XYZ | 9.9 | 15.35 | 6.06 | - |
| YUV | 97.62 | 103.95 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 122 | 55 | 0.46 | 0 | 0.55 | 0.52 | 110.15 | 0.38 | 0.35 |
| Hex | 42 | 7A | 37 | 2E | 0 | 37 | 34 | 6E | 26 | 23 |
| Octal | 102 | 172 | 67 | 56 | 0 | 67 | 64 | 156 | 46 | 43 |
| Binary | 1000010 | 1111010 | 110111 | 101110 | 0 | 110111 | 110100 | 1101110 | 100110 | 100011 |
Color Harmonies of #427A37
Complementary color
Monochromatic Colors of #427A37
Black with #427A37
Text Example
Text Example
White with #427A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427A37; }
p { color: rgb(66,122,55); }
H1.HeaderClassName
{
color: #427A37;
}
.AnyTagClassName
{
color: #427A37;
}
</style>
background-color css
<style>
a { background-color: #427A37; }
a { background-color: rgb(66,122,55); }
div.DivClassName
{
background-color: #427A37;
}
.BgClassName
{
background-color: #427A37;
}
</style>
border-color css
<style>
span { border-color: #427A37; }
span { border-color: rgb(66,122,55); }
td.TdClassName
{
border-color: #427A37;
}
.TagClassName
{
border-color: #427A37;
}
</style>