Shades of Fern Green #458238
Tints of Fern Green #458238
RGB
CMYK
RGB Variations
Color information
#458238 (or 0x458238) is known color: Fern Green. HEX triplet: 45, 82 and 38. RGB value is (69,130,56). Sum of RGB (Red+Green+Blue) = 69+130+56=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #458238 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458238 is #BA7DC7. Grayscale: #676767. Windows color (decimal): -12221896 or 3703365. OLE color: 3703365.
HSL color Cylindrical-coordinate representation of color #458238: hue angle of 109.46º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #458238 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 130 | 56 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.49 |
| HSL | 109.46º | 0.4% | 0.36% | - |
| HSV(B) | 109.46º | 0.57% | 0.51% | - |
| XYZ | 11.15 | 17.52 | 6.53 | - |
| YUV | 103.33 | 101.29 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 130 | 56 | 0.47 | 0 | 0.57 | 0.49 | 109.46 | 0.4 | 0.36 |
| Hex | 45 | 82 | 38 | 2F | 0 | 39 | 31 | 6D | 28 | 24 |
| Octal | 105 | 202 | 70 | 57 | 0 | 71 | 61 | 155 | 50 | 44 |
| Binary | 1000101 | 10000010 | 111000 | 101111 | 0 | 111001 | 110001 | 1101101 | 101000 | 100100 |
Color Harmonies of #458238
Complementary color
Monochromatic Colors of #458238
Black with #458238
Text Example
Text Example
White with #458238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458238; }
p { color: rgb(69,130,56); }
H1.HeaderClassName
{
color: #458238;
}
.AnyTagClassName
{
color: #458238;
}
</style>
background-color css
<style>
a { background-color: #458238; }
a { background-color: rgb(69,130,56); }
div.DivClassName
{
background-color: #458238;
}
.BgClassName
{
background-color: #458238;
}
</style>
border-color css
<style>
span { border-color: #458238; }
span { border-color: rgb(69,130,56); }
td.TdClassName
{
border-color: #458238;
}
.TagClassName
{
border-color: #458238;
}
</style>