Shades of Fern Green #458F40
Tints of Fern Green #458F40
RGB
CMYK
RGB Variations
Color information
#458F40 (or 0x458F40) is known color: Fern Green. HEX triplet: 45, 8F and 40. RGB value is (69,143,64). Sum of RGB (Red+Green+Blue) = 69+143+64=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 143 (56.25% from 255 or 51.81% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 143 - color contains mainly: green. Hex color #458F40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458F40 is #BA70BF. Grayscale: #707070. Windows color (decimal): -12218560 or 4230981. OLE color: 4230981.
HSL color Cylindrical-coordinate representation of color #458F40: hue angle of 116.2º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #458F40 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 143 | 64 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.44 |
| HSL | 116.2º | 0.38% | 0.41% | - |
| HSV(B) | 116.2º | 0.55% | 0.56% | - |
| XYZ | 13.2 | 21.28 | 8.26 | - |
| YUV | 111.87 | 100.98 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 64 | 0.52 | 0 | 0.55 | 0.44 | 116.2 | 0.38 | 0.41 |
| Hex | 45 | 8F | 40 | 34 | 0 | 37 | 2C | 74 | 26 | 29 |
| Octal | 105 | 217 | 100 | 64 | 0 | 67 | 54 | 164 | 46 | 51 |
| Binary | 1000101 | 10001111 | 1000000 | 110100 | 0 | 110111 | 101100 | 1110100 | 100110 | 101001 |
Color Harmonies of #458F40
Complementary color
Monochromatic Colors of #458F40
Black with #458F40
Text Example
Text Example
White with #458F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458F40; }
p { color: rgb(69,143,64); }
H1.HeaderClassName
{
color: #458F40;
}
.AnyTagClassName
{
color: #458F40;
}
</style>
background-color css
<style>
a { background-color: #458F40; }
a { background-color: rgb(69,143,64); }
div.DivClassName
{
background-color: #458F40;
}
.BgClassName
{
background-color: #458F40;
}
</style>
border-color css
<style>
span { border-color: #458F40; }
span { border-color: rgb(69,143,64); }
td.TdClassName
{
border-color: #458F40;
}
.TagClassName
{
border-color: #458F40;
}
</style>