Shades of Fern Green #458241
Tints of Fern Green #458241
RGB
CMYK
RGB Variations
Color information
#458241 (or 0x458241) is known color: Fern Green. HEX triplet: 45, 82 and 41. RGB value is (69,130,65). Sum of RGB (Red+Green+Blue) = 69+130+65=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #458241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458241 is #BA7DBE. Grayscale: #686868. Windows color (decimal): -12221887 or 4293189. OLE color: 4293189.
HSL color Cylindrical-coordinate representation of color #458241: hue angle of 116.31º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458241 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 130 | 65 | - |
| CMYK | 0.47 | 0 | 0.50 | 0.49 |
| HSL | 116.31º | 0.33% | 0.38% | - |
| HSV(B) | 116.31º | 0.5% | 0.51% | - |
| XYZ | 11.39 | 17.61 | 7.8 | - |
| YUV | 104.35 | 105.79 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 130 | 65 | 0.47 | 0 | 0.50 | 0.49 | 116.31 | 0.33 | 0.38 |
| Hex | 45 | 82 | 41 | 2F | 0 | 32 | 31 | 74 | 21 | 26 |
| Octal | 105 | 202 | 101 | 57 | 0 | 62 | 61 | 164 | 41 | 46 |
| Binary | 1000101 | 10000010 | 1000001 | 101111 | 0 | 110010 | 110001 | 1110100 | 100001 | 100110 |
Color Harmonies of #458241
Complementary color
Monochromatic Colors of #458241
Black with #458241
Text Example
Text Example
White with #458241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458241; }
p { color: rgb(69,130,65); }
H1.HeaderClassName
{
color: #458241;
}
.AnyTagClassName
{
color: #458241;
}
</style>
background-color css
<style>
a { background-color: #458241; }
a { background-color: rgb(69,130,65); }
div.DivClassName
{
background-color: #458241;
}
.BgClassName
{
background-color: #458241;
}
</style>
border-color css
<style>
span { border-color: #458241; }
span { border-color: rgb(69,130,65); }
td.TdClassName
{
border-color: #458241;
}
.TagClassName
{
border-color: #458241;
}
</style>