Shades of Fern Green #438C41
Tints of Fern Green #438C41
RGB
CMYK
RGB Variations
Color information
#438C41 (or 0x438C41) is known color: Fern Green. HEX triplet: 43, 8C and 41. RGB value is (67,140,65). Sum of RGB (Red+Green+Blue) = 67+140+65=272 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.63% from 272); Green value is 140 (55.08% from 255 or 51.47% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 140 - color contains mainly: green. Hex color #438C41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #438C41 is #BC73BE. Grayscale: #6D6D6D. Windows color (decimal): -12350399 or 4295747. OLE color: 4295747.
HSL color Cylindrical-coordinate representation of color #438C41: hue angle of 118.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #438C41 is Cyan = 0.52, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 140 | 65 | - |
| CMYK | 0.52 | 0 | 0.54 | 0.45 |
| HSL | 118.4º | 0.37% | 0.4% | - |
| HSV(B) | 118.4º | 0.54% | 0.55% | - |
| XYZ | 12.65 | 20.33 | 8.26 | - |
| YUV | 109.62 | 102.82 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 140 | 65 | 0.52 | 0 | 0.54 | 0.45 | 118.4 | 0.37 | 0.4 |
| Hex | 43 | 8C | 41 | 34 | 0 | 36 | 2D | 76 | 25 | 28 |
| Octal | 103 | 214 | 101 | 64 | 0 | 66 | 55 | 166 | 45 | 50 |
| Binary | 1000011 | 10001100 | 1000001 | 110100 | 0 | 110110 | 101101 | 1110110 | 100101 | 101000 |
Color Harmonies of #438C41
Complementary color
Monochromatic Colors of #438C41
Black with #438C41
Text Example
Text Example
White with #438C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438C41; }
p { color: rgb(67,140,65); }
H1.HeaderClassName
{
color: #438C41;
}
.AnyTagClassName
{
color: #438C41;
}
</style>
background-color css
<style>
a { background-color: #438C41; }
a { background-color: rgb(67,140,65); }
div.DivClassName
{
background-color: #438C41;
}
.BgClassName
{
background-color: #438C41;
}
</style>
border-color css
<style>
span { border-color: #438C41; }
span { border-color: rgb(67,140,65); }
td.TdClassName
{
border-color: #438C41;
}
.TagClassName
{
border-color: #438C41;
}
</style>