Shades of Fern Green #41803F
Tints of Fern Green #41803F
RGB
CMYK
RGB Variations
Color information
#41803F (or 0x41803F) is known color: Fern Green. HEX triplet: 41, 80 and 3F. RGB value is (65,128,63). Sum of RGB (Red+Green+Blue) = 65+128+63=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #41803F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41803F is #BE7FC0. Grayscale: #656565. Windows color (decimal): -12484545 or 4161601. OLE color: 4161601.
HSL color Cylindrical-coordinate representation of color #41803F: hue angle of 118.15º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41803F is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 128 | 63 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.50 |
| HSL | 118.15º | 0.34% | 0.37% | - |
| HSV(B) | 118.15º | 0.51% | 0.5% | - |
| XYZ | 10.8 | 16.92 | 7.4 | - |
| YUV | 101.75 | 106.13 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 128 | 63 | 0.49 | 0 | 0.51 | 0.50 | 118.15 | 0.34 | 0.37 |
| Hex | 41 | 80 | 3F | 31 | 0 | 33 | 32 | 76 | 22 | 25 |
| Octal | 101 | 200 | 77 | 61 | 0 | 63 | 62 | 166 | 42 | 45 |
| Binary | 1000001 | 10000000 | 111111 | 110001 | 0 | 110011 | 110010 | 1110110 | 100010 | 100101 |
Color Harmonies of #41803F
Complementary color
Monochromatic Colors of #41803F
Black with #41803F
Text Example
Text Example
White with #41803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41803F; }
p { color: rgb(65,128,63); }
H1.HeaderClassName
{
color: #41803F;
}
.AnyTagClassName
{
color: #41803F;
}
</style>
background-color css
<style>
a { background-color: #41803F; }
a { background-color: rgb(65,128,63); }
div.DivClassName
{
background-color: #41803F;
}
.BgClassName
{
background-color: #41803F;
}
</style>
border-color css
<style>
span { border-color: #41803F; }
span { border-color: rgb(65,128,63); }
td.TdClassName
{
border-color: #41803F;
}
.TagClassName
{
border-color: #41803F;
}
</style>