Shades of Fern Green #438140
Tints of Fern Green #438140
RGB
CMYK
RGB Variations
Color information
#438140 (or 0x438140) is known color: Fern Green. HEX triplet: 43, 81 and 40. RGB value is (67,129,64). Sum of RGB (Red+Green+Blue) = 67+129+64=260 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.77% from 260); Green value is 129 (50.78% from 255 or 49.62% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 129 - color contains mainly: green. Hex color #438140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #438140 is #BC7EBF. Grayscale: #676767. Windows color (decimal): -12353216 or 4227395. OLE color: 4227395.
HSL color Cylindrical-coordinate representation of color #438140: hue angle of 117.23º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #438140 is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 129 | 64 | - |
| CMYK | 0.48 | 0 | 0.50 | 0.49 |
| HSL | 117.23º | 0.34% | 0.38% | - |
| HSV(B) | 117.23º | 0.5% | 0.51% | - |
| XYZ | 11.09 | 17.26 | 7.6 | - |
| YUV | 103.05 | 105.96 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 129 | 64 | 0.48 | 0 | 0.50 | 0.49 | 117.23 | 0.34 | 0.38 |
| Hex | 43 | 81 | 40 | 30 | 0 | 32 | 31 | 75 | 22 | 26 |
| Octal | 103 | 201 | 100 | 60 | 0 | 62 | 61 | 165 | 42 | 46 |
| Binary | 1000011 | 10000001 | 1000000 | 110000 | 0 | 110010 | 110001 | 1110101 | 100010 | 100110 |
Color Harmonies of #438140
Complementary color
Monochromatic Colors of #438140
Black with #438140
Text Example
Text Example
White with #438140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438140; }
p { color: rgb(67,129,64); }
H1.HeaderClassName
{
color: #438140;
}
.AnyTagClassName
{
color: #438140;
}
</style>
background-color css
<style>
a { background-color: #438140; }
a { background-color: rgb(67,129,64); }
div.DivClassName
{
background-color: #438140;
}
.BgClassName
{
background-color: #438140;
}
</style>
border-color css
<style>
span { border-color: #438140; }
span { border-color: rgb(67,129,64); }
td.TdClassName
{
border-color: #438140;
}
.TagClassName
{
border-color: #438140;
}
</style>