Shades of Fern Green #457141
Tints of Fern Green #457141
RGB
CMYK
RGB Variations
Color information
#457141 (or 0x457141) is known color: Fern Green. HEX triplet: 45, 71 and 41. RGB value is (69,113,65). Sum of RGB (Red+Green+Blue) = 69+113+65=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 113 - color contains mainly: green. Hex color #457141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457141 is #BA8EBE. Grayscale: #5E5E5E. Windows color (decimal): -12226239 or 4288837. OLE color: 4288837.
HSL color Cylindrical-coordinate representation of color #457141: hue angle of 115º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #457141 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 113 | 65 | - |
| CMYK | 0.39 | 0 | 0.42 | 0.56 |
| HSL | 115º | 0.27% | 0.35% | - |
| HSV(B) | 115º | 0.42% | 0.44% | - |
| XYZ | 9.31 | 13.46 | 7.11 | - |
| YUV | 94.37 | 111.42 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 113 | 65 | 0.39 | 0 | 0.42 | 0.56 | 115 | 0.27 | 0.35 |
| Hex | 45 | 71 | 41 | 27 | 0 | 2A | 38 | 73 | 1B | 23 |
| Octal | 105 | 161 | 101 | 47 | 0 | 52 | 70 | 163 | 33 | 43 |
| Binary | 1000101 | 1110001 | 1000001 | 100111 | 0 | 101010 | 111000 | 1110011 | 11011 | 100011 |
Color Harmonies of #457141
Complementary color
Monochromatic Colors of #457141
Black with #457141
Text Example
Text Example
White with #457141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457141; }
p { color: rgb(69,113,65); }
H1.HeaderClassName
{
color: #457141;
}
.AnyTagClassName
{
color: #457141;
}
</style>
background-color css
<style>
a { background-color: #457141; }
a { background-color: rgb(69,113,65); }
div.DivClassName
{
background-color: #457141;
}
.BgClassName
{
background-color: #457141;
}
</style>
border-color css
<style>
span { border-color: #457141; }
span { border-color: rgb(69,113,65); }
td.TdClassName
{
border-color: #457141;
}
.TagClassName
{
border-color: #457141;
}
</style>