Shades of Fern Green #438240
Tints of Fern Green #438240
RGB
CMYK
RGB Variations
Color information
#438240 (or 0x438240) is known color: Fern Green. HEX triplet: 43, 82 and 40. RGB value is (67,130,64). Sum of RGB (Red+Green+Blue) = 67+130+64=261 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.67% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #438240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #438240 is #BC7DBF. Grayscale: #676767. Windows color (decimal): -12352960 or 4227651. OLE color: 4227651.
HSL color Cylindrical-coordinate representation of color #438240: hue angle of 117.27º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #438240 is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 130 | 64 | - |
| CMYK | 0.48 | 0 | 0.51 | 0.49 |
| HSL | 117.27º | 0.34% | 0.38% | - |
| HSV(B) | 117.27º | 0.51% | 0.51% | - |
| XYZ | 11.22 | 17.53 | 7.64 | - |
| YUV | 103.64 | 105.63 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 130 | 64 | 0.48 | 0 | 0.51 | 0.49 | 117.27 | 0.34 | 0.38 |
| Hex | 43 | 82 | 40 | 30 | 0 | 33 | 31 | 75 | 22 | 26 |
| Octal | 103 | 202 | 100 | 60 | 0 | 63 | 61 | 165 | 42 | 46 |
| Binary | 1000011 | 10000010 | 1000000 | 110000 | 0 | 110011 | 110001 | 1110101 | 100010 | 100110 |
Color Harmonies of #438240
Complementary color
Monochromatic Colors of #438240
Black with #438240
Text Example
Text Example
White with #438240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438240; }
p { color: rgb(67,130,64); }
H1.HeaderClassName
{
color: #438240;
}
.AnyTagClassName
{
color: #438240;
}
</style>
background-color css
<style>
a { background-color: #438240; }
a { background-color: rgb(67,130,64); }
div.DivClassName
{
background-color: #438240;
}
.BgClassName
{
background-color: #438240;
}
</style>
border-color css
<style>
span { border-color: #438240; }
span { border-color: rgb(67,130,64); }
td.TdClassName
{
border-color: #438240;
}
.TagClassName
{
border-color: #438240;
}
</style>