Shades of Fern Green #41813F
Tints of Fern Green #41813F
RGB
CMYK
RGB Variations
Color information
#41813F (or 0x41813F) is known color: Fern Green. HEX triplet: 41, 81 and 3F. RGB value is (65,129,63). Sum of RGB (Red+Green+Blue) = 65+129+63=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 129 (50.78% from 255 or 50.19% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 129 - color contains mainly: green. Hex color #41813F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41813F is #BE7EC0. Grayscale: #666666. Windows color (decimal): -12484289 or 4161857. OLE color: 4161857.
HSL color Cylindrical-coordinate representation of color #41813F: hue angle of 118.18º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41813F is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 129 | 63 | - |
| CMYK | 0.50 | 0 | 0.51 | 0.49 |
| HSL | 118.18º | 0.34% | 0.38% | - |
| HSV(B) | 118.18º | 0.51% | 0.51% | - |
| XYZ | 10.93 | 17.18 | 7.44 | - |
| YUV | 102.34 | 105.8 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 129 | 63 | 0.50 | 0 | 0.51 | 0.49 | 118.18 | 0.34 | 0.38 |
| Hex | 41 | 81 | 3F | 32 | 0 | 33 | 31 | 76 | 22 | 26 |
| Octal | 101 | 201 | 77 | 62 | 0 | 63 | 61 | 166 | 42 | 46 |
| Binary | 1000001 | 10000001 | 111111 | 110010 | 0 | 110011 | 110001 | 1110110 | 100010 | 100110 |
Color Harmonies of #41813F
Complementary color
Monochromatic Colors of #41813F
Black with #41813F
Text Example
Text Example
White with #41813F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41813F; }
p { color: rgb(65,129,63); }
H1.HeaderClassName
{
color: #41813F;
}
.AnyTagClassName
{
color: #41813F;
}
</style>
background-color css
<style>
a { background-color: #41813F; }
a { background-color: rgb(65,129,63); }
div.DivClassName
{
background-color: #41813F;
}
.BgClassName
{
background-color: #41813F;
}
</style>
border-color css
<style>
span { border-color: #41813F; }
span { border-color: rgb(65,129,63); }
td.TdClassName
{
border-color: #41813F;
}
.TagClassName
{
border-color: #41813F;
}
</style>