Shades of Fern Green #42763D
Tints of Fern Green #42763D
RGB
CMYK
RGB Variations
Color information
#42763D (or 0x42763D) is known color: Fern Green. HEX triplet: 42, 76 and 3D. RGB value is (66,118,61). Sum of RGB (Red+Green+Blue) = 66+118+61=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #42763D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42763D is #BD89C2. Grayscale: #606060. Windows color (decimal): -12421571 or 4027970. OLE color: 4027970.
HSL color Cylindrical-coordinate representation of color #42763D: hue angle of 114.74º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42763D is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 118 | 61 | - |
| CMYK | 0.44 | 0 | 0.48 | 0.54 |
| HSL | 114.74º | 0.32% | 0.35% | - |
| HSV(B) | 114.74º | 0.48% | 0.46% | - |
| XYZ | 9.57 | 14.45 | 6.7 | - |
| YUV | 95.95 | 108.27 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 118 | 61 | 0.44 | 0 | 0.48 | 0.54 | 114.74 | 0.32 | 0.35 |
| Hex | 42 | 76 | 3D | 2C | 0 | 30 | 36 | 73 | 20 | 23 |
| Octal | 102 | 166 | 75 | 54 | 0 | 60 | 66 | 163 | 40 | 43 |
| Binary | 1000010 | 1110110 | 111101 | 101100 | 0 | 110000 | 110110 | 1110011 | 100000 | 100011 |
Color Harmonies of #42763D
Complementary color
Monochromatic Colors of #42763D
Black with #42763D
Text Example
Text Example
White with #42763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42763D; }
p { color: rgb(66,118,61); }
H1.HeaderClassName
{
color: #42763D;
}
.AnyTagClassName
{
color: #42763D;
}
</style>
background-color css
<style>
a { background-color: #42763D; }
a { background-color: rgb(66,118,61); }
div.DivClassName
{
background-color: #42763D;
}
.BgClassName
{
background-color: #42763D;
}
</style>
border-color css
<style>
span { border-color: #42763D; }
span { border-color: rgb(66,118,61); }
td.TdClassName
{
border-color: #42763D;
}
.TagClassName
{
border-color: #42763D;
}
</style>