Shades of Fern Green #446F41
Tints of Fern Green #446F41
RGB
CMYK
RGB Variations
Color information
#446F41 (or 0x446F41) is known color: Fern Green. HEX triplet: 44, 6F and 41. RGB value is (68,111,65). Sum of RGB (Red+Green+Blue) = 68+111+65=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 111 (43.75% from 255 or 45.49% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 111 - color contains mainly: green. Hex color #446F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446F41 is #BB90BE. Grayscale: #5D5D5D. Windows color (decimal): -12292287 or 4288324. OLE color: 4288324.
HSL color Cylindrical-coordinate representation of color #446F41: hue angle of 116.09º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #446F41 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 111 | 65 | - |
| CMYK | 0.39 | 0 | 0.41 | 0.56 |
| HSL | 116.09º | 0.26% | 0.35% | - |
| HSV(B) | 116.09º | 0.41% | 0.44% | - |
| XYZ | 9.02 | 12.98 | 7.03 | - |
| YUV | 92.9 | 112.25 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 111 | 65 | 0.39 | 0 | 0.41 | 0.56 | 116.09 | 0.26 | 0.35 |
| Hex | 44 | 6F | 41 | 27 | 0 | 29 | 38 | 74 | 1A | 23 |
| Octal | 104 | 157 | 101 | 47 | 0 | 51 | 70 | 164 | 32 | 43 |
| Binary | 1000100 | 1101111 | 1000001 | 100111 | 0 | 101001 | 111000 | 1110100 | 11010 | 100011 |
Color Harmonies of #446F41
Complementary color
Monochromatic Colors of #446F41
Black with #446F41
Text Example
Text Example
White with #446F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446F41; }
p { color: rgb(68,111,65); }
H1.HeaderClassName
{
color: #446F41;
}
.AnyTagClassName
{
color: #446F41;
}
</style>
background-color css
<style>
a { background-color: #446F41; }
a { background-color: rgb(68,111,65); }
div.DivClassName
{
background-color: #446F41;
}
.BgClassName
{
background-color: #446F41;
}
</style>
border-color css
<style>
span { border-color: #446F41; }
span { border-color: rgb(68,111,65); }
td.TdClassName
{
border-color: #446F41;
}
.TagClassName
{
border-color: #446F41;
}
</style>