Shades of Fern Green #438041
Tints of Fern Green #438041
RGB
CMYK
RGB Variations
Color information
#438041 (or 0x438041) is known color: Fern Green. HEX triplet: 43, 80 and 41. RGB value is (67,128,65). Sum of RGB (Red+Green+Blue) = 67+128+65=260 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.77% from 260); Green value is 128 (50.39% from 255 or 49.23% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 128 - color contains mainly: green. Hex color #438041 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #438041 is #BC7FBE. Grayscale: #666666. Windows color (decimal): -12353471 or 4292675. OLE color: 4292675.
HSL color Cylindrical-coordinate representation of color #438041: hue angle of 118.1º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #438041 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 128 | 65 | - |
| CMYK | 0.48 | 0 | 0.49 | 0.50 |
| HSL | 118.1º | 0.33% | 0.38% | - |
| HSV(B) | 118.1º | 0.49% | 0.5% | - |
| XYZ | 10.99 | 17.01 | 7.71 | - |
| YUV | 102.58 | 106.79 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 128 | 65 | 0.48 | 0 | 0.49 | 0.50 | 118.1 | 0.33 | 0.38 |
| Hex | 43 | 80 | 41 | 30 | 0 | 31 | 32 | 76 | 21 | 26 |
| Octal | 103 | 200 | 101 | 60 | 0 | 61 | 62 | 166 | 41 | 46 |
| Binary | 1000011 | 10000000 | 1000001 | 110000 | 0 | 110001 | 110010 | 1110110 | 100001 | 100110 |
Color Harmonies of #438041
Complementary color
Monochromatic Colors of #438041
Black with #438041
Text Example
Text Example
White with #438041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438041; }
p { color: rgb(67,128,65); }
H1.HeaderClassName
{
color: #438041;
}
.AnyTagClassName
{
color: #438041;
}
</style>
background-color css
<style>
a { background-color: #438041; }
a { background-color: rgb(67,128,65); }
div.DivClassName
{
background-color: #438041;
}
.BgClassName
{
background-color: #438041;
}
</style>
border-color css
<style>
span { border-color: #438041; }
span { border-color: rgb(67,128,65); }
td.TdClassName
{
border-color: #438041;
}
.TagClassName
{
border-color: #438041;
}
</style>