Shades of Fern Green #42863D
Tints of Fern Green #42863D
RGB
CMYK
RGB Variations
Color information
#42863D (or 0x42863D) is known color: Fern Green. HEX triplet: 42, 86 and 3D. RGB value is (66,134,61). Sum of RGB (Red+Green+Blue) = 66+134+61=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 134 (52.73% from 255 or 51.34% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 134 - color contains mainly: green. Hex color #42863D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42863D is #BD79C2. Grayscale: #696969. Windows color (decimal): -12417475 or 4032066. OLE color: 4032066.
HSL color Cylindrical-coordinate representation of color #42863D: hue angle of 115.89º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42863D is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 134 | 61 | - |
| CMYK | 0.51 | 0 | 0.54 | 0.47 |
| HSL | 115.89º | 0.37% | 0.38% | - |
| HSV(B) | 115.89º | 0.54% | 0.53% | - |
| XYZ | 11.61 | 18.55 | 7.38 | - |
| YUV | 105.35 | 102.97 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 134 | 61 | 0.51 | 0 | 0.54 | 0.47 | 115.89 | 0.37 | 0.38 |
| Hex | 42 | 86 | 3D | 33 | 0 | 36 | 2F | 74 | 25 | 26 |
| Octal | 102 | 206 | 75 | 63 | 0 | 66 | 57 | 164 | 45 | 46 |
| Binary | 1000010 | 10000110 | 111101 | 110011 | 0 | 110110 | 101111 | 1110100 | 100101 | 100110 |
Color Harmonies of #42863D
Complementary color
Monochromatic Colors of #42863D
Black with #42863D
Text Example
Text Example
White with #42863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42863D; }
p { color: rgb(66,134,61); }
H1.HeaderClassName
{
color: #42863D;
}
.AnyTagClassName
{
color: #42863D;
}
</style>
background-color css
<style>
a { background-color: #42863D; }
a { background-color: rgb(66,134,61); }
div.DivClassName
{
background-color: #42863D;
}
.BgClassName
{
background-color: #42863D;
}
</style>
border-color css
<style>
span { border-color: #42863D; }
span { border-color: rgb(66,134,61); }
td.TdClassName
{
border-color: #42863D;
}
.TagClassName
{
border-color: #42863D;
}
</style>