Shades of Fern Green #41853C
Tints of Fern Green #41853C
RGB
CMYK
RGB Variations
Color information
#41853C (or 0x41853C) is known color: Fern Green. HEX triplet: 41, 85 and 3C. RGB value is (65,133,60). Sum of RGB (Red+Green+Blue) = 65+133+60=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 133 (52.34% from 255 or 51.55% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 133 - color contains mainly: green. Hex color #41853C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41853C is #BE7AC3. Grayscale: #686868. Windows color (decimal): -12483268 or 3966273. OLE color: 3966273.
HSL color Cylindrical-coordinate representation of color #41853C: hue angle of 115.89º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41853C is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 133 | 60 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.48 |
| HSL | 115.89º | 0.38% | 0.38% | - |
| HSV(B) | 115.89º | 0.55% | 0.52% | - |
| XYZ | 11.38 | 18.23 | 7.19 | - |
| YUV | 104.35 | 102.97 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 133 | 60 | 0.51 | 0 | 0.55 | 0.48 | 115.89 | 0.38 | 0.38 |
| Hex | 41 | 85 | 3C | 33 | 0 | 37 | 30 | 74 | 26 | 26 |
| Octal | 101 | 205 | 74 | 63 | 0 | 67 | 60 | 164 | 46 | 46 |
| Binary | 1000001 | 10000101 | 111100 | 110011 | 0 | 110111 | 110000 | 1110100 | 100110 | 100110 |
Color Harmonies of #41853C
Complementary color
Monochromatic Colors of #41853C
Black with #41853C
Text Example
Text Example
White with #41853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41853C; }
p { color: rgb(65,133,60); }
H1.HeaderClassName
{
color: #41853C;
}
.AnyTagClassName
{
color: #41853C;
}
</style>
background-color css
<style>
a { background-color: #41853C; }
a { background-color: rgb(65,133,60); }
div.DivClassName
{
background-color: #41853C;
}
.BgClassName
{
background-color: #41853C;
}
</style>
border-color css
<style>
span { border-color: #41853C; }
span { border-color: rgb(65,133,60); }
td.TdClassName
{
border-color: #41853C;
}
.TagClassName
{
border-color: #41853C;
}
</style>