Shades of Fern Green #457541
Tints of Fern Green #457541
RGB
CMYK
RGB Variations
Color information
#457541 (or 0x457541) is known color: Fern Green. HEX triplet: 45, 75 and 41. RGB value is (69,117,65). Sum of RGB (Red+Green+Blue) = 69+117+65=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 117 - color contains mainly: green. Hex color #457541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457541 is #BA8ABE. Grayscale: #606060. Windows color (decimal): -12225215 or 4289861. OLE color: 4289861.
HSL color Cylindrical-coordinate representation of color #457541: hue angle of 115.38º degrees, saturation: 0.29, 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 #457541 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 117 | 65 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.54 |
| HSL | 115.38º | 0.29% | 0.36% | - |
| HSV(B) | 115.38º | 0.44% | 0.46% | - |
| XYZ | 9.77 | 14.37 | 7.26 | - |
| YUV | 96.72 | 110.1 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 117 | 65 | 0.41 | 0 | 0.44 | 0.54 | 115.38 | 0.29 | 0.36 |
| Hex | 45 | 75 | 41 | 29 | 0 | 2C | 36 | 73 | 1D | 24 |
| Octal | 105 | 165 | 101 | 51 | 0 | 54 | 66 | 163 | 35 | 44 |
| Binary | 1000101 | 1110101 | 1000001 | 101001 | 0 | 101100 | 110110 | 1110011 | 11101 | 100100 |
Color Harmonies of #457541
Complementary color
Monochromatic Colors of #457541
Black with #457541
Text Example
Text Example
White with #457541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457541; }
p { color: rgb(69,117,65); }
H1.HeaderClassName
{
color: #457541;
}
.AnyTagClassName
{
color: #457541;
}
</style>
background-color css
<style>
a { background-color: #457541; }
a { background-color: rgb(69,117,65); }
div.DivClassName
{
background-color: #457541;
}
.BgClassName
{
background-color: #457541;
}
</style>
border-color css
<style>
span { border-color: #457541; }
span { border-color: rgb(69,117,65); }
td.TdClassName
{
border-color: #457541;
}
.TagClassName
{
border-color: #457541;
}
</style>