Shades of Fern Green #42773B
Tints of Fern Green #42773B
RGB
CMYK
RGB Variations
Color information
#42773B (or 0x42773B) is known color: Fern Green. HEX triplet: 42, 77 and 3B. RGB value is (66,119,59). Sum of RGB (Red+Green+Blue) = 66+119+59=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 119 (46.88% from 255 or 48.77% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 119 - color contains mainly: green. Hex color #42773B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42773B is #BD88C4. Grayscale: #606060. Windows color (decimal): -12421317 or 3897154. OLE color: 3897154.
HSL color Cylindrical-coordinate representation of color #42773B: hue angle of 113º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42773B is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 119 | 59 | - |
| CMYK | 0.45 | 0 | 0.50 | 0.53 |
| HSL | 113º | 0.34% | 0.35% | - |
| HSV(B) | 113º | 0.5% | 0.47% | - |
| XYZ | 9.63 | 14.67 | 6.46 | - |
| YUV | 96.31 | 106.94 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 119 | 59 | 0.45 | 0 | 0.50 | 0.53 | 113 | 0.34 | 0.35 |
| Hex | 42 | 77 | 3B | 2D | 0 | 32 | 35 | 71 | 22 | 23 |
| Octal | 102 | 167 | 73 | 55 | 0 | 62 | 65 | 161 | 42 | 43 |
| Binary | 1000010 | 1110111 | 111011 | 101101 | 0 | 110010 | 110101 | 1110001 | 100010 | 100011 |
Color Harmonies of #42773B
Complementary color
Monochromatic Colors of #42773B
Black with #42773B
Text Example
Text Example
White with #42773B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42773B; }
p { color: rgb(66,119,59); }
H1.HeaderClassName
{
color: #42773B;
}
.AnyTagClassName
{
color: #42773B;
}
</style>
background-color css
<style>
a { background-color: #42773B; }
a { background-color: rgb(66,119,59); }
div.DivClassName
{
background-color: #42773B;
}
.BgClassName
{
background-color: #42773B;
}
</style>
border-color css
<style>
span { border-color: #42773B; }
span { border-color: rgb(66,119,59); }
td.TdClassName
{
border-color: #42773B;
}
.TagClassName
{
border-color: #42773B;
}
</style>