Shades of Fern Green #418B40
Tints of Fern Green #418B40
RGB
CMYK
RGB Variations
Color information
#418B40 (or 0x418B40) is known color: Fern Green. HEX triplet: 41, 8B and 40. RGB value is (65,139,64). Sum of RGB (Red+Green+Blue) = 65+139+64=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 139 (54.69% from 255 or 51.87% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 139 - color contains mainly: green. Hex color #418B40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418B40 is #BE74BF. Grayscale: #6C6C6C. Windows color (decimal): -12481728 or 4229953. OLE color: 4229953.
HSL color Cylindrical-coordinate representation of color #418B40: hue angle of 119.2º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #418B40 is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 139 | 64 | - |
| CMYK | 0.53 | 0 | 0.54 | 0.45 |
| HSL | 119.2º | 0.37% | 0.4% | - |
| HSV(B) | 119.2º | 0.54% | 0.55% | - |
| XYZ | 12.34 | 19.96 | 8.05 | - |
| YUV | 108.32 | 102.98 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 139 | 64 | 0.53 | 0 | 0.54 | 0.45 | 119.2 | 0.37 | 0.4 |
| Hex | 41 | 8B | 40 | 35 | 0 | 36 | 2D | 77 | 25 | 28 |
| Octal | 101 | 213 | 100 | 65 | 0 | 66 | 55 | 167 | 45 | 50 |
| Binary | 1000001 | 10001011 | 1000000 | 110101 | 0 | 110110 | 101101 | 1110111 | 100101 | 101000 |
Color Harmonies of #418B40
Complementary color
Monochromatic Colors of #418B40
Black with #418B40
Text Example
Text Example
White with #418B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418B40; }
p { color: rgb(65,139,64); }
H1.HeaderClassName
{
color: #418B40;
}
.AnyTagClassName
{
color: #418B40;
}
</style>
background-color css
<style>
a { background-color: #418B40; }
a { background-color: rgb(65,139,64); }
div.DivClassName
{
background-color: #418B40;
}
.BgClassName
{
background-color: #418B40;
}
</style>
border-color css
<style>
span { border-color: #418B40; }
span { border-color: rgb(65,139,64); }
td.TdClassName
{
border-color: #418B40;
}
.TagClassName
{
border-color: #418B40;
}
</style>