Shades of Fern Green #41843F
Tints of Fern Green #41843F
RGB
CMYK
RGB Variations
Color information
#41843F (or 0x41843F) is known color: Fern Green. HEX triplet: 41, 84 and 3F. RGB value is (65,132,63). Sum of RGB (Red+Green+Blue) = 65+132+63=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 132 (51.95% from 255 or 50.77% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 132 - color contains mainly: green. Hex color #41843F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41843F is #BE7BC0. Grayscale: #686868. Windows color (decimal): -12483521 or 4162625. OLE color: 4162625.
HSL color Cylindrical-coordinate representation of color #41843F: hue angle of 118.26º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #41843F is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 132 | 63 | - |
| CMYK | 0.51 | 0 | 0.52 | 0.48 |
| HSL | 118.26º | 0.35% | 0.38% | - |
| HSV(B) | 118.26º | 0.52% | 0.52% | - |
| XYZ | 11.33 | 17.99 | 7.58 | - |
| YUV | 104.1 | 104.8 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 132 | 63 | 0.51 | 0 | 0.52 | 0.48 | 118.26 | 0.35 | 0.38 |
| Hex | 41 | 84 | 3F | 33 | 0 | 34 | 30 | 76 | 23 | 26 |
| Octal | 101 | 204 | 77 | 63 | 0 | 64 | 60 | 166 | 43 | 46 |
| Binary | 1000001 | 10000100 | 111111 | 110011 | 0 | 110100 | 110000 | 1110110 | 100011 | 100110 |
Color Harmonies of #41843F
Complementary color
Monochromatic Colors of #41843F
Black with #41843F
Text Example
Text Example
White with #41843F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41843F; }
p { color: rgb(65,132,63); }
H1.HeaderClassName
{
color: #41843F;
}
.AnyTagClassName
{
color: #41843F;
}
</style>
background-color css
<style>
a { background-color: #41843F; }
a { background-color: rgb(65,132,63); }
div.DivClassName
{
background-color: #41843F;
}
.BgClassName
{
background-color: #41843F;
}
</style>
border-color css
<style>
span { border-color: #41843F; }
span { border-color: rgb(65,132,63); }
td.TdClassName
{
border-color: #41843F;
}
.TagClassName
{
border-color: #41843F;
}
</style>