Shades of Fern Green #41813C
Tints of Fern Green #41813C
RGB
CMYK
RGB Variations
Color information
#41813C (or 0x41813C) is known color: Fern Green. HEX triplet: 41, 81 and 3C. RGB value is (65,129,60). Sum of RGB (Red+Green+Blue) = 65+129+60=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 129 (50.78% from 255 or 50.79% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 129 - color contains mainly: green. Hex color #41813C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41813C is #BE7EC3. Grayscale: #666666. Windows color (decimal): -12484292 or 3965249. OLE color: 3965249.
HSL color Cylindrical-coordinate representation of color #41813C: hue angle of 115.65º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41813C is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 129 | 60 | - |
| CMYK | 0.50 | 0 | 0.53 | 0.49 |
| HSL | 115.65º | 0.37% | 0.37% | - |
| HSV(B) | 115.65º | 0.53% | 0.51% | - |
| XYZ | 10.85 | 17.15 | 7.01 | - |
| YUV | 102 | 104.3 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 129 | 60 | 0.50 | 0 | 0.53 | 0.49 | 115.65 | 0.37 | 0.37 |
| Hex | 41 | 81 | 3C | 32 | 0 | 35 | 31 | 74 | 25 | 25 |
| Octal | 101 | 201 | 74 | 62 | 0 | 65 | 61 | 164 | 45 | 45 |
| Binary | 1000001 | 10000001 | 111100 | 110010 | 0 | 110101 | 110001 | 1110100 | 100101 | 100101 |
Color Harmonies of #41813C
Complementary color
Monochromatic Colors of #41813C
Black with #41813C
Text Example
Text Example
White with #41813C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41813C; }
p { color: rgb(65,129,60); }
H1.HeaderClassName
{
color: #41813C;
}
.AnyTagClassName
{
color: #41813C;
}
</style>
background-color css
<style>
a { background-color: #41813C; }
a { background-color: rgb(65,129,60); }
div.DivClassName
{
background-color: #41813C;
}
.BgClassName
{
background-color: #41813C;
}
</style>
border-color css
<style>
span { border-color: #41813C; }
span { border-color: rgb(65,129,60); }
td.TdClassName
{
border-color: #41813C;
}
.TagClassName
{
border-color: #41813C;
}
</style>