Shades of Fern Green #457441
Tints of Fern Green #457441
RGB
CMYK
RGB Variations
Color information
#457441 (or 0x457441) is known color: Fern Green. HEX triplet: 45, 74 and 41. RGB value is (69,116,65). Sum of RGB (Red+Green+Blue) = 69+116+65=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 116 - color contains mainly: green. Hex color #457441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457441 is #BA8BBE. Grayscale: #606060. Windows color (decimal): -12225471 or 4289605. OLE color: 4289605.
HSL color Cylindrical-coordinate representation of color #457441: hue angle of 115.29º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #457441 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 116 | 65 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.55 |
| HSL | 115.29º | 0.28% | 0.35% | - |
| HSV(B) | 115.29º | 0.44% | 0.45% | - |
| XYZ | 9.65 | 14.14 | 7.22 | - |
| YUV | 96.13 | 110.43 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 116 | 65 | 0.41 | 0 | 0.44 | 0.55 | 115.29 | 0.28 | 0.35 |
| Hex | 45 | 74 | 41 | 29 | 0 | 2C | 37 | 73 | 1C | 23 |
| Octal | 105 | 164 | 101 | 51 | 0 | 54 | 67 | 163 | 34 | 43 |
| Binary | 1000101 | 1110100 | 1000001 | 101001 | 0 | 101100 | 110111 | 1110011 | 11100 | 100011 |
Color Harmonies of #457441
Complementary color
Monochromatic Colors of #457441
Black with #457441
Text Example
Text Example
White with #457441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457441; }
p { color: rgb(69,116,65); }
H1.HeaderClassName
{
color: #457441;
}
.AnyTagClassName
{
color: #457441;
}
</style>
background-color css
<style>
a { background-color: #457441; }
a { background-color: rgb(69,116,65); }
div.DivClassName
{
background-color: #457441;
}
.BgClassName
{
background-color: #457441;
}
</style>
border-color css
<style>
span { border-color: #457441; }
span { border-color: rgb(69,116,65); }
td.TdClassName
{
border-color: #457441;
}
.TagClassName
{
border-color: #457441;
}
</style>