Shades of Fern Green #458640
Tints of Fern Green #458640
RGB
CMYK
RGB Variations
Color information
#458640 (or 0x458640) is known color: Fern Green. HEX triplet: 45, 86 and 40. RGB value is (69,134,64). Sum of RGB (Red+Green+Blue) = 69+134+64=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 134 (52.73% from 255 or 50.19% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 134 - color contains mainly: green. Hex color #458640 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458640 is #BA79BF. Grayscale: #6A6A6A. Windows color (decimal): -12220864 or 4228677. OLE color: 4228677.
HSL color Cylindrical-coordinate representation of color #458640: hue angle of 115.71º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #458640 is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 134 | 64 | - |
| CMYK | 0.49 | 0 | 0.52 | 0.47 |
| HSL | 115.71º | 0.35% | 0.39% | - |
| HSV(B) | 115.71º | 0.52% | 0.53% | - |
| XYZ | 11.9 | 18.69 | 7.83 | - |
| YUV | 106.59 | 103.97 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 134 | 64 | 0.49 | 0 | 0.52 | 0.47 | 115.71 | 0.35 | 0.39 |
| Hex | 45 | 86 | 40 | 31 | 0 | 34 | 2F | 74 | 23 | 27 |
| Octal | 105 | 206 | 100 | 61 | 0 | 64 | 57 | 164 | 43 | 47 |
| Binary | 1000101 | 10000110 | 1000000 | 110001 | 0 | 110100 | 101111 | 1110100 | 100011 | 100111 |
Color Harmonies of #458640
Complementary color
Monochromatic Colors of #458640
Black with #458640
Text Example
Text Example
White with #458640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458640; }
p { color: rgb(69,134,64); }
H1.HeaderClassName
{
color: #458640;
}
.AnyTagClassName
{
color: #458640;
}
</style>
background-color css
<style>
a { background-color: #458640; }
a { background-color: rgb(69,134,64); }
div.DivClassName
{
background-color: #458640;
}
.BgClassName
{
background-color: #458640;
}
</style>
border-color css
<style>
span { border-color: #458640; }
span { border-color: rgb(69,134,64); }
td.TdClassName
{
border-color: #458640;
}
.TagClassName
{
border-color: #458640;
}
</style>