Shades of Fern Green #42863C
Tints of Fern Green #42863C
RGB
CMYK
RGB Variations
Color information
#42863C (or 0x42863C) is known color: Fern Green. HEX triplet: 42, 86 and 3C. RGB value is (66,134,60). Sum of RGB (Red+Green+Blue) = 66+134+60=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 134 (52.73% from 255 or 51.54% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 134 - color contains mainly: green. Hex color #42863C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42863C is #BD79C3. Grayscale: #696969. Windows color (decimal): -12417476 or 3966530. OLE color: 3966530.
HSL color Cylindrical-coordinate representation of color #42863C: hue angle of 115.14º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42863C is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 134 | 60 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.47 |
| HSL | 115.14º | 0.38% | 0.38% | - |
| HSV(B) | 115.14º | 0.55% | 0.53% | - |
| XYZ | 11.59 | 18.53 | 7.24 | - |
| YUV | 105.23 | 102.47 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 134 | 60 | 0.51 | 0 | 0.55 | 0.47 | 115.14 | 0.38 | 0.38 |
| Hex | 42 | 86 | 3C | 33 | 0 | 37 | 2F | 73 | 26 | 26 |
| Octal | 102 | 206 | 74 | 63 | 0 | 67 | 57 | 163 | 46 | 46 |
| Binary | 1000010 | 10000110 | 111100 | 110011 | 0 | 110111 | 101111 | 1110011 | 100110 | 100110 |
Color Harmonies of #42863C
Complementary color
Monochromatic Colors of #42863C
Black with #42863C
Text Example
Text Example
White with #42863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42863C; }
p { color: rgb(66,134,60); }
H1.HeaderClassName
{
color: #42863C;
}
.AnyTagClassName
{
color: #42863C;
}
</style>
background-color css
<style>
a { background-color: #42863C; }
a { background-color: rgb(66,134,60); }
div.DivClassName
{
background-color: #42863C;
}
.BgClassName
{
background-color: #42863C;
}
</style>
border-color css
<style>
span { border-color: #42863C; }
span { border-color: rgb(66,134,60); }
td.TdClassName
{
border-color: #42863C;
}
.TagClassName
{
border-color: #42863C;
}
</style>