Shades of Fern Green #457442
Tints of Fern Green #457442
RGB
CMYK
RGB Variations
Color information
#457442 (or 0x457442) is known color: Fern Green. HEX triplet: 45, 74 and 42. RGB value is (69,116,66). Sum of RGB (Red+Green+Blue) = 69+116+66=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 116 - color contains mainly: green. Hex color #457442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457442 is #BA8BBD. Grayscale: #606060. Windows color (decimal): -12225470 or 4355141. OLE color: 4355141.
HSL color Cylindrical-coordinate representation of color #457442: hue angle of 116.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #457442 is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 116 | 66 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.55 |
| HSL | 116.4º | 0.27% | 0.36% | - |
| HSV(B) | 116.4º | 0.43% | 0.45% | - |
| XYZ | 9.68 | 14.15 | 7.38 | - |
| YUV | 96.25 | 110.93 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 116 | 66 | 0.41 | 0 | 0.43 | 0.55 | 116.4 | 0.27 | 0.36 |
| Hex | 45 | 74 | 42 | 29 | 0 | 2B | 37 | 74 | 1B | 24 |
| Octal | 105 | 164 | 102 | 51 | 0 | 53 | 67 | 164 | 33 | 44 |
| Binary | 1000101 | 1110100 | 1000010 | 101001 | 0 | 101011 | 110111 | 1110100 | 11011 | 100100 |
Color Harmonies of #457442
Complementary color
Monochromatic Colors of #457442
Black with #457442
Text Example
Text Example
White with #457442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457442; }
p { color: rgb(69,116,66); }
H1.HeaderClassName
{
color: #457442;
}
.AnyTagClassName
{
color: #457442;
}
</style>
background-color css
<style>
a { background-color: #457442; }
a { background-color: rgb(69,116,66); }
div.DivClassName
{
background-color: #457442;
}
.BgClassName
{
background-color: #457442;
}
</style>
border-color css
<style>
span { border-color: #457442; }
span { border-color: rgb(69,116,66); }
td.TdClassName
{
border-color: #457442;
}
.TagClassName
{
border-color: #457442;
}
</style>