Shades of Fern Green #458B3F
Tints of Fern Green #458B3F
RGB
CMYK
RGB Variations
Color information
#458B3F (or 0x458B3F) is known color: Fern Green. HEX triplet: 45, 8B and 3F. RGB value is (69,139,63). Sum of RGB (Red+Green+Blue) = 69+139+63=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 139 (54.69% from 255 or 51.29% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 139 - color contains mainly: green. Hex color #458B3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458B3F is #BA74C0. Grayscale: #6D6D6D. Windows color (decimal): -12219585 or 4164421. OLE color: 4164421.
HSL color Cylindrical-coordinate representation of color #458B3F: hue angle of 115.26º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #458B3F is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 139 | 63 | - |
| CMYK | 0.50 | 0 | 0.55 | 0.45 |
| HSL | 115.26º | 0.38% | 0.4% | - |
| HSV(B) | 115.26º | 0.55% | 0.55% | - |
| XYZ | 12.58 | 20.09 | 7.92 | - |
| YUV | 109.41 | 101.81 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 139 | 63 | 0.50 | 0 | 0.55 | 0.45 | 115.26 | 0.38 | 0.4 |
| Hex | 45 | 8B | 3F | 32 | 0 | 37 | 2D | 73 | 26 | 28 |
| Octal | 105 | 213 | 77 | 62 | 0 | 67 | 55 | 163 | 46 | 50 |
| Binary | 1000101 | 10001011 | 111111 | 110010 | 0 | 110111 | 101101 | 1110011 | 100110 | 101000 |
Color Harmonies of #458B3F
Complementary color
Monochromatic Colors of #458B3F
Black with #458B3F
Text Example
Text Example
White with #458B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458B3F; }
p { color: rgb(69,139,63); }
H1.HeaderClassName
{
color: #458B3F;
}
.AnyTagClassName
{
color: #458B3F;
}
</style>
background-color css
<style>
a { background-color: #458B3F; }
a { background-color: rgb(69,139,63); }
div.DivClassName
{
background-color: #458B3F;
}
.BgClassName
{
background-color: #458B3F;
}
</style>
border-color css
<style>
span { border-color: #458B3F; }
span { border-color: rgb(69,139,63); }
td.TdClassName
{
border-color: #458B3F;
}
.TagClassName
{
border-color: #458B3F;
}
</style>