Shades of Fern Green #42773D
Tints of Fern Green #42773D
RGB
CMYK
RGB Variations
Color information
#42773D (or 0x42773D) is known color: Fern Green. HEX triplet: 42, 77 and 3D. RGB value is (66,119,61). Sum of RGB (Red+Green+Blue) = 66+119+61=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 119 - color contains mainly: green. Hex color #42773D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42773D is #BD88C2. Grayscale: #606060. Windows color (decimal): -12421315 or 4028226. OLE color: 4028226.
HSL color Cylindrical-coordinate representation of color #42773D: hue angle of 114.83º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #42773D is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 119 | 61 | - |
| CMYK | 0.45 | 0 | 0.49 | 0.53 |
| HSL | 114.83º | 0.32% | 0.35% | - |
| HSV(B) | 114.83º | 0.49% | 0.47% | - |
| XYZ | 9.69 | 14.69 | 6.74 | - |
| YUV | 96.54 | 107.94 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 119 | 61 | 0.45 | 0 | 0.49 | 0.53 | 114.83 | 0.32 | 0.35 |
| Hex | 42 | 77 | 3D | 2D | 0 | 31 | 35 | 73 | 20 | 23 |
| Octal | 102 | 167 | 75 | 55 | 0 | 61 | 65 | 163 | 40 | 43 |
| Binary | 1000010 | 1110111 | 111101 | 101101 | 0 | 110001 | 110101 | 1110011 | 100000 | 100011 |
Color Harmonies of #42773D
Complementary color
Monochromatic Colors of #42773D
Black with #42773D
Text Example
Text Example
White with #42773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42773D; }
p { color: rgb(66,119,61); }
H1.HeaderClassName
{
color: #42773D;
}
.AnyTagClassName
{
color: #42773D;
}
</style>
background-color css
<style>
a { background-color: #42773D; }
a { background-color: rgb(66,119,61); }
div.DivClassName
{
background-color: #42773D;
}
.BgClassName
{
background-color: #42773D;
}
</style>
border-color css
<style>
span { border-color: #42773D; }
span { border-color: rgb(66,119,61); }
td.TdClassName
{
border-color: #42773D;
}
.TagClassName
{
border-color: #42773D;
}
</style>