Shades of Fern Green #438D40
Tints of Fern Green #438D40
RGB
CMYK
RGB Variations
Color information
#438D40 (or 0x438D40) is known color: Fern Green. HEX triplet: 43, 8D and 40. RGB value is (67,141,64). Sum of RGB (Red+Green+Blue) = 67+141+64=272 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.63% from 272); Green value is 141 (55.47% from 255 or 51.84% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 141 - color contains mainly: green. Hex color #438D40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #438D40 is #BC72BF. Grayscale: #6E6E6E. Windows color (decimal): -12350144 or 4230467. OLE color: 4230467.
HSL color Cylindrical-coordinate representation of color #438D40: hue angle of 117.66º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #438D40 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 141 | 64 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.45 |
| HSL | 117.66º | 0.38% | 0.4% | - |
| HSV(B) | 117.66º | 0.55% | 0.55% | - |
| XYZ | 12.77 | 20.61 | 8.16 | - |
| YUV | 110.1 | 101.98 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 141 | 64 | 0.52 | 0 | 0.55 | 0.45 | 117.66 | 0.38 | 0.4 |
| Hex | 43 | 8D | 40 | 34 | 0 | 37 | 2D | 76 | 26 | 28 |
| Octal | 103 | 215 | 100 | 64 | 0 | 67 | 55 | 166 | 46 | 50 |
| Binary | 1000011 | 10001101 | 1000000 | 110100 | 0 | 110111 | 101101 | 1110110 | 100110 | 101000 |
Color Harmonies of #438D40
Complementary color
Monochromatic Colors of #438D40
Black with #438D40
Text Example
Text Example
White with #438D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438D40; }
p { color: rgb(67,141,64); }
H1.HeaderClassName
{
color: #438D40;
}
.AnyTagClassName
{
color: #438D40;
}
</style>
background-color css
<style>
a { background-color: #438D40; }
a { background-color: rgb(67,141,64); }
div.DivClassName
{
background-color: #438D40;
}
.BgClassName
{
background-color: #438D40;
}
</style>
border-color css
<style>
span { border-color: #438D40; }
span { border-color: rgb(67,141,64); }
td.TdClassName
{
border-color: #438D40;
}
.TagClassName
{
border-color: #438D40;
}
</style>