Shades of Fern Green #40803B
Tints of Fern Green #40803B
RGB
CMYK
RGB Variations
Color information
#40803B (or 0x40803B) is known color: Fern Green. HEX triplet: 40, 80 and 3B. RGB value is (64,128,59). Sum of RGB (Red+Green+Blue) = 64+128+59=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 128 (50.39% from 255 or 51.00% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 128 - color contains mainly: green. Hex color #40803B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40803B is #BF7FC4. Grayscale: #656565. Windows color (decimal): -12550085 or 3899456. OLE color: 3899456.
HSL color Cylindrical-coordinate representation of color #40803B: hue angle of 115.65º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40803B is Cyan = 0.5, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 128 | 59 | - |
| CMYK | 0.5 | 0 | 0.54 | 0.50 |
| HSL | 115.65º | 0.37% | 0.37% | - |
| HSV(B) | 115.65º | 0.54% | 0.5% | - |
| XYZ | 10.62 | 16.84 | 6.83 | - |
| YUV | 101 | 104.3 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 128 | 59 | 0.5 | 0 | 0.54 | 0.50 | 115.65 | 0.37 | 0.37 |
| Hex | 40 | 80 | 3B | 32 | 0 | 36 | 32 | 74 | 25 | 25 |
| Octal | 100 | 200 | 73 | 62 | 0 | 66 | 62 | 164 | 45 | 45 |
| Binary | 1000000 | 10000000 | 111011 | 110010 | 0 | 110110 | 110010 | 1110100 | 100101 | 100101 |
Color Harmonies of #40803B
Complementary color
Monochromatic Colors of #40803B
Black with #40803B
Text Example
Text Example
White with #40803B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40803B; }
p { color: rgb(64,128,59); }
H1.HeaderClassName
{
color: #40803B;
}
.AnyTagClassName
{
color: #40803B;
}
</style>
background-color css
<style>
a { background-color: #40803B; }
a { background-color: rgb(64,128,59); }
div.DivClassName
{
background-color: #40803B;
}
.BgClassName
{
background-color: #40803B;
}
</style>
border-color css
<style>
span { border-color: #40803B; }
span { border-color: rgb(64,128,59); }
td.TdClassName
{
border-color: #40803B;
}
.TagClassName
{
border-color: #40803B;
}
</style>