Shades of Fern Green #458341
Tints of Fern Green #458341
RGB
CMYK
RGB Variations
Color information
#458341 (or 0x458341) is known color: Fern Green. HEX triplet: 45, 83 and 41. RGB value is (69,131,65). Sum of RGB (Red+Green+Blue) = 69+131+65=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #458341 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458341 is #BA7CBE. Grayscale: #696969. Windows color (decimal): -12221631 or 4293445. OLE color: 4293445.
HSL color Cylindrical-coordinate representation of color #458341: hue angle of 116.36º degrees, saturation: 0.34, 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 #458341 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 131 | 65 | - |
| CMYK | 0.47 | 0 | 0.50 | 0.49 |
| HSL | 116.36º | 0.34% | 0.38% | - |
| HSV(B) | 116.36º | 0.5% | 0.51% | - |
| XYZ | 11.52 | 17.88 | 7.84 | - |
| YUV | 104.94 | 105.46 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 131 | 65 | 0.47 | 0 | 0.50 | 0.49 | 116.36 | 0.34 | 0.38 |
| Hex | 45 | 83 | 41 | 2F | 0 | 32 | 31 | 74 | 22 | 26 |
| Octal | 105 | 203 | 101 | 57 | 0 | 62 | 61 | 164 | 42 | 46 |
| Binary | 1000101 | 10000011 | 1000001 | 101111 | 0 | 110010 | 110001 | 1110100 | 100010 | 100110 |
Color Harmonies of #458341
Complementary color
Monochromatic Colors of #458341
Black with #458341
Text Example
Text Example
White with #458341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458341; }
p { color: rgb(69,131,65); }
H1.HeaderClassName
{
color: #458341;
}
.AnyTagClassName
{
color: #458341;
}
</style>
background-color css
<style>
a { background-color: #458341; }
a { background-color: rgb(69,131,65); }
div.DivClassName
{
background-color: #458341;
}
.BgClassName
{
background-color: #458341;
}
</style>
border-color css
<style>
span { border-color: #458341; }
span { border-color: rgb(69,131,65); }
td.TdClassName
{
border-color: #458341;
}
.TagClassName
{
border-color: #458341;
}
</style>