Shades of Fern Green #458C42
Tints of Fern Green #458C42
RGB
CMYK
RGB Variations
Color information
#458C42 (or 0x458C42) is known color: Fern Green. HEX triplet: 45, 8C and 42. RGB value is (69,140,66). Sum of RGB (Red+Green+Blue) = 69+140+66=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 140 (55.08% from 255 or 50.91% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 140 - color contains mainly: green. Hex color #458C42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458C42 is #BA73BD. Grayscale: #6E6E6E. Windows color (decimal): -12219326 or 4361285. OLE color: 4361285.
HSL color Cylindrical-coordinate representation of color #458C42: hue angle of 117.57º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #458C42 is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 140 | 66 | - |
| CMYK | 0.51 | 0 | 0.53 | 0.45 |
| HSL | 117.57º | 0.36% | 0.4% | - |
| HSV(B) | 117.57º | 0.53% | 0.55% | - |
| XYZ | 12.82 | 20.41 | 8.42 | - |
| YUV | 110.34 | 102.98 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 140 | 66 | 0.51 | 0 | 0.53 | 0.45 | 117.57 | 0.36 | 0.4 |
| Hex | 45 | 8C | 42 | 33 | 0 | 35 | 2D | 76 | 24 | 28 |
| Octal | 105 | 214 | 102 | 63 | 0 | 65 | 55 | 166 | 44 | 50 |
| Binary | 1000101 | 10001100 | 1000010 | 110011 | 0 | 110101 | 101101 | 1110110 | 100100 | 101000 |
Color Harmonies of #458C42
Complementary color
Monochromatic Colors of #458C42
Black with #458C42
Text Example
Text Example
White with #458C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458C42; }
p { color: rgb(69,140,66); }
H1.HeaderClassName
{
color: #458C42;
}
.AnyTagClassName
{
color: #458C42;
}
</style>
background-color css
<style>
a { background-color: #458C42; }
a { background-color: rgb(69,140,66); }
div.DivClassName
{
background-color: #458C42;
}
.BgClassName
{
background-color: #458C42;
}
</style>
border-color css
<style>
span { border-color: #458C42; }
span { border-color: rgb(69,140,66); }
td.TdClassName
{
border-color: #458C42;
}
.TagClassName
{
border-color: #458C42;
}
</style>