Shades of Fern Green #457840
Tints of Fern Green #457840
RGB
CMYK
RGB Variations
Color information
#457840 (or 0x457840) is known color: Fern Green. HEX triplet: 45, 78 and 40. RGB value is (69,120,64). Sum of RGB (Red+Green+Blue) = 69+120+64=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #457840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457840 is #BA87BF. Grayscale: #626262. Windows color (decimal): -12224448 or 4225093. OLE color: 4225093.
HSL color Cylindrical-coordinate representation of color #457840: hue angle of 114.64º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #457840 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 120 | 64 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.53 |
| HSL | 114.64º | 0.3% | 0.36% | - |
| HSV(B) | 114.64º | 0.47% | 0.47% | - |
| XYZ | 10.1 | 15.07 | 7.23 | - |
| YUV | 98.37 | 108.6 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 120 | 64 | 0.42 | 0 | 0.47 | 0.53 | 114.64 | 0.3 | 0.36 |
| Hex | 45 | 78 | 40 | 2A | 0 | 2F | 35 | 73 | 1E | 24 |
| Octal | 105 | 170 | 100 | 52 | 0 | 57 | 65 | 163 | 36 | 44 |
| Binary | 1000101 | 1111000 | 1000000 | 101010 | 0 | 101111 | 110101 | 1110011 | 11110 | 100100 |
Color Harmonies of #457840
Complementary color
Monochromatic Colors of #457840
Black with #457840
Text Example
Text Example
White with #457840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457840; }
p { color: rgb(69,120,64); }
H1.HeaderClassName
{
color: #457840;
}
.AnyTagClassName
{
color: #457840;
}
</style>
background-color css
<style>
a { background-color: #457840; }
a { background-color: rgb(69,120,64); }
div.DivClassName
{
background-color: #457840;
}
.BgClassName
{
background-color: #457840;
}
</style>
border-color css
<style>
span { border-color: #457840; }
span { border-color: rgb(69,120,64); }
td.TdClassName
{
border-color: #457840;
}
.TagClassName
{
border-color: #457840;
}
</style>