Shades of Fern Green #42853C
Tints of Fern Green #42853C
RGB
CMYK
RGB Variations
Color information
#42853C (or 0x42853C) is known color: Fern Green. HEX triplet: 42, 85 and 3C. RGB value is (66,133,60). Sum of RGB (Red+Green+Blue) = 66+133+60=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #42853C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42853C is #BD7AC3. Grayscale: #686868. Windows color (decimal): -12417732 or 3966274. OLE color: 3966274.
HSL color Cylindrical-coordinate representation of color #42853C: hue angle of 115.07º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42853C is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 133 | 60 | - |
| CMYK | 0.50 | 0 | 0.55 | 0.48 |
| HSL | 115.07º | 0.38% | 0.38% | - |
| HSV(B) | 115.07º | 0.55% | 0.52% | - |
| XYZ | 11.45 | 18.26 | 7.2 | - |
| YUV | 104.65 | 102.8 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 133 | 60 | 0.50 | 0 | 0.55 | 0.48 | 115.07 | 0.38 | 0.38 |
| Hex | 42 | 85 | 3C | 32 | 0 | 37 | 30 | 73 | 26 | 26 |
| Octal | 102 | 205 | 74 | 62 | 0 | 67 | 60 | 163 | 46 | 46 |
| Binary | 1000010 | 10000101 | 111100 | 110010 | 0 | 110111 | 110000 | 1110011 | 100110 | 100110 |
Color Harmonies of #42853C
Complementary color
Monochromatic Colors of #42853C
Black with #42853C
Text Example
Text Example
White with #42853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42853C; }
p { color: rgb(66,133,60); }
H1.HeaderClassName
{
color: #42853C;
}
.AnyTagClassName
{
color: #42853C;
}
</style>
background-color css
<style>
a { background-color: #42853C; }
a { background-color: rgb(66,133,60); }
div.DivClassName
{
background-color: #42853C;
}
.BgClassName
{
background-color: #42853C;
}
</style>
border-color css
<style>
span { border-color: #42853C; }
span { border-color: rgb(66,133,60); }
td.TdClassName
{
border-color: #42853C;
}
.TagClassName
{
border-color: #42853C;
}
</style>