Shades of Fern Green #42843D
Tints of Fern Green #42843D
RGB
CMYK
RGB Variations
Color information
#42843D (or 0x42843D) is known color: Fern Green. HEX triplet: 42, 84 and 3D. RGB value is (66,132,61). Sum of RGB (Red+Green+Blue) = 66+132+61=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 132 (51.95% from 255 or 50.97% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 132 - color contains mainly: green. Hex color #42843D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42843D is #BD7BC2. Grayscale: #686868. Windows color (decimal): -12417987 or 4031554. OLE color: 4031554.
HSL color Cylindrical-coordinate representation of color #42843D: hue angle of 115.77º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42843D is Cyan = 0.5, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 132 | 61 | - |
| CMYK | 0.5 | 0 | 0.54 | 0.48 |
| HSL | 115.77º | 0.37% | 0.38% | - |
| HSV(B) | 115.77º | 0.54% | 0.52% | - |
| XYZ | 11.34 | 18 | 7.29 | - |
| YUV | 104.17 | 103.63 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 132 | 61 | 0.5 | 0 | 0.54 | 0.48 | 115.77 | 0.37 | 0.38 |
| Hex | 42 | 84 | 3D | 32 | 0 | 36 | 30 | 74 | 25 | 26 |
| Octal | 102 | 204 | 75 | 62 | 0 | 66 | 60 | 164 | 45 | 46 |
| Binary | 1000010 | 10000100 | 111101 | 110010 | 0 | 110110 | 110000 | 1110100 | 100101 | 100110 |
Color Harmonies of #42843D
Complementary color
Monochromatic Colors of #42843D
Black with #42843D
Text Example
Text Example
White with #42843D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42843D; }
p { color: rgb(66,132,61); }
H1.HeaderClassName
{
color: #42843D;
}
.AnyTagClassName
{
color: #42843D;
}
</style>
background-color css
<style>
a { background-color: #42843D; }
a { background-color: rgb(66,132,61); }
div.DivClassName
{
background-color: #42843D;
}
.BgClassName
{
background-color: #42843D;
}
</style>
border-color css
<style>
span { border-color: #42843D; }
span { border-color: rgb(66,132,61); }
td.TdClassName
{
border-color: #42843D;
}
.TagClassName
{
border-color: #42843D;
}
</style>