Shades of Fern Green #457D42
Tints of Fern Green #457D42
RGB
CMYK
RGB Variations
Color information
#457D42 (or 0x457D42) is known color: Fern Green. HEX triplet: 45, 7D and 42. RGB value is (69,125,66). Sum of RGB (Red+Green+Blue) = 69+125+66=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 125 (49.22% from 255 or 48.08% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 125 - color contains mainly: green. Hex color #457D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457D42 is #BA82BD. Grayscale: #656565. Windows color (decimal): -12223166 or 4357445. OLE color: 4357445.
HSL color Cylindrical-coordinate representation of color #457D42: hue angle of 116.95º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #457D42 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 125 | 66 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.51 |
| HSL | 116.95º | 0.31% | 0.37% | - |
| HSV(B) | 116.95º | 0.47% | 0.49% | - |
| XYZ | 10.77 | 16.33 | 7.74 | - |
| YUV | 101.53 | 107.95 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 66 | 0.45 | 0 | 0.47 | 0.51 | 116.95 | 0.31 | 0.37 |
| Hex | 45 | 7D | 42 | 2D | 0 | 2F | 33 | 75 | 1F | 25 |
| Octal | 105 | 175 | 102 | 55 | 0 | 57 | 63 | 165 | 37 | 45 |
| Binary | 1000101 | 1111101 | 1000010 | 101101 | 0 | 101111 | 110011 | 1110101 | 11111 | 100101 |
Color Harmonies of #457D42
Complementary color
Monochromatic Colors of #457D42
Black with #457D42
Text Example
Text Example
White with #457D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457D42; }
p { color: rgb(69,125,66); }
H1.HeaderClassName
{
color: #457D42;
}
.AnyTagClassName
{
color: #457D42;
}
</style>
background-color css
<style>
a { background-color: #457D42; }
a { background-color: rgb(69,125,66); }
div.DivClassName
{
background-color: #457D42;
}
.BgClassName
{
background-color: #457D42;
}
</style>
border-color css
<style>
span { border-color: #457D42; }
span { border-color: rgb(69,125,66); }
td.TdClassName
{
border-color: #457D42;
}
.TagClassName
{
border-color: #457D42;
}
</style>