Shades of Fern Green #40873E
Tints of Fern Green #40873E
RGB
CMYK
RGB Variations
Color information
#40873E (or 0x40873E) is known color: Fern Green. HEX triplet: 40, 87 and 3E. RGB value is (64,135,62). Sum of RGB (Red+Green+Blue) = 64+135+62=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 135 (53.12% from 255 or 51.72% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 135 - color contains mainly: green. Hex color #40873E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40873E is #BF78C1. Grayscale: #696969. Windows color (decimal): -12548290 or 4097856. OLE color: 4097856.
HSL color Cylindrical-coordinate representation of color #40873E: hue angle of 118.36º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40873E is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 135 | 62 | - |
| CMYK | 0.53 | 0 | 0.54 | 0.47 |
| HSL | 118.36º | 0.37% | 0.39% | - |
| HSV(B) | 118.36º | 0.54% | 0.53% | - |
| XYZ | 11.65 | 18.77 | 7.57 | - |
| YUV | 105.45 | 103.48 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 135 | 62 | 0.53 | 0 | 0.54 | 0.47 | 118.36 | 0.37 | 0.39 |
| Hex | 40 | 87 | 3E | 35 | 0 | 36 | 2F | 76 | 25 | 27 |
| Octal | 100 | 207 | 76 | 65 | 0 | 66 | 57 | 166 | 45 | 47 |
| Binary | 1000000 | 10000111 | 111110 | 110101 | 0 | 110110 | 101111 | 1110110 | 100101 | 100111 |
Color Harmonies of #40873E
Complementary color
Monochromatic Colors of #40873E
Black with #40873E
Text Example
Text Example
White with #40873E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40873E; }
p { color: rgb(64,135,62); }
H1.HeaderClassName
{
color: #40873E;
}
.AnyTagClassName
{
color: #40873E;
}
</style>
background-color css
<style>
a { background-color: #40873E; }
a { background-color: rgb(64,135,62); }
div.DivClassName
{
background-color: #40873E;
}
.BgClassName
{
background-color: #40873E;
}
</style>
border-color css
<style>
span { border-color: #40873E; }
span { border-color: rgb(64,135,62); }
td.TdClassName
{
border-color: #40873E;
}
.TagClassName
{
border-color: #40873E;
}
</style>