Shades of Fern Green #457542
Tints of Fern Green #457542
RGB
CMYK
RGB Variations
Color information
#457542 (or 0x457542) is known color: Fern Green. HEX triplet: 45, 75 and 42. RGB value is (69,117,66). Sum of RGB (Red+Green+Blue) = 69+117+66=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #457542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457542 is #BA8ABD. Grayscale: #606060. Windows color (decimal): -12225214 or 4355397. OLE color: 4355397.
HSL color Cylindrical-coordinate representation of color #457542: hue angle of 116.47º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #457542 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 117 | 66 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.54 |
| HSL | 116.47º | 0.28% | 0.36% | - |
| HSV(B) | 116.47º | 0.44% | 0.46% | - |
| XYZ | 9.8 | 14.38 | 7.41 | - |
| YUV | 96.83 | 110.6 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 117 | 66 | 0.41 | 0 | 0.44 | 0.54 | 116.47 | 0.28 | 0.36 |
| Hex | 45 | 75 | 42 | 29 | 0 | 2C | 36 | 74 | 1C | 24 |
| Octal | 105 | 165 | 102 | 51 | 0 | 54 | 66 | 164 | 34 | 44 |
| Binary | 1000101 | 1110101 | 1000010 | 101001 | 0 | 101100 | 110110 | 1110100 | 11100 | 100100 |
Color Harmonies of #457542
Complementary color
Monochromatic Colors of #457542
Black with #457542
Text Example
Text Example
White with #457542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457542; }
p { color: rgb(69,117,66); }
H1.HeaderClassName
{
color: #457542;
}
.AnyTagClassName
{
color: #457542;
}
</style>
background-color css
<style>
a { background-color: #457542; }
a { background-color: rgb(69,117,66); }
div.DivClassName
{
background-color: #457542;
}
.BgClassName
{
background-color: #457542;
}
</style>
border-color css
<style>
span { border-color: #457542; }
span { border-color: rgb(69,117,66); }
td.TdClassName
{
border-color: #457542;
}
.TagClassName
{
border-color: #457542;
}
</style>