Shades of Fern Green #448541
Tints of Fern Green #448541
RGB
CMYK
RGB Variations
Color information
#448541 (or 0x448541) is known color: Fern Green. HEX triplet: 44, 85 and 41. RGB value is (68,133,65). Sum of RGB (Red+Green+Blue) = 68+133+65=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #448541 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448541 is #BB7ABE. Grayscale: #6A6A6A. Windows color (decimal): -12286655 or 4293956. OLE color: 4293956.
HSL color Cylindrical-coordinate representation of color #448541: hue angle of 117.35º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448541 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 133 | 65 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.48 |
| HSL | 117.35º | 0.34% | 0.39% | - |
| HSV(B) | 117.35º | 0.51% | 0.52% | - |
| XYZ | 11.73 | 18.39 | 7.93 | - |
| YUV | 105.81 | 104.97 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 133 | 65 | 0.49 | 0 | 0.51 | 0.48 | 117.35 | 0.34 | 0.39 |
| Hex | 44 | 85 | 41 | 31 | 0 | 33 | 30 | 75 | 22 | 27 |
| Octal | 104 | 205 | 101 | 61 | 0 | 63 | 60 | 165 | 42 | 47 |
| Binary | 1000100 | 10000101 | 1000001 | 110001 | 0 | 110011 | 110000 | 1110101 | 100010 | 100111 |
Color Harmonies of #448541
Complementary color
Monochromatic Colors of #448541
Black with #448541
Text Example
Text Example
White with #448541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448541; }
p { color: rgb(68,133,65); }
H1.HeaderClassName
{
color: #448541;
}
.AnyTagClassName
{
color: #448541;
}
</style>
background-color css
<style>
a { background-color: #448541; }
a { background-color: rgb(68,133,65); }
div.DivClassName
{
background-color: #448541;
}
.BgClassName
{
background-color: #448541;
}
</style>
border-color css
<style>
span { border-color: #448541; }
span { border-color: rgb(68,133,65); }
td.TdClassName
{
border-color: #448541;
}
.TagClassName
{
border-color: #448541;
}
</style>