Shades of Fern Green #55754A
Tints of Fern Green #55754A
RGB
CMYK
RGB Variations
Color information
#55754A (or 0x55754A) is known color: Fern Green. HEX triplet: 55, 75 and 4A. RGB value is (85,117,74). Sum of RGB (Red+Green+Blue) = 85+117+74=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #55754A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55754A is #AA8AB5. Grayscale: #666666. Windows color (decimal): -11176630 or 4879701. OLE color: 4879701.
HSL color Cylindrical-coordinate representation of color #55754A: hue angle of 104.65º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #55754A is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 117 | 74 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.54 |
| HSL | 104.65º | 0.23% | 0.37% | - |
| HSV(B) | 104.65º | 0.37% | 0.46% | - |
| XYZ | 11.34 | 15.15 | 8.8 | - |
| YUV | 102.53 | 111.9 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 74 | 0.27 | 0 | 0.37 | 0.54 | 104.65 | 0.23 | 0.37 |
| Hex | 55 | 75 | 4A | 1B | 0 | 25 | 36 | 69 | 17 | 25 |
| Octal | 125 | 165 | 112 | 33 | 0 | 45 | 66 | 151 | 27 | 45 |
| Binary | 1010101 | 1110101 | 1001010 | 11011 | 0 | 100101 | 110110 | 1101001 | 10111 | 100101 |
Color Harmonies of #55754A
Complementary color
Monochromatic Colors of #55754A
Black with #55754A
Text Example
Text Example
White with #55754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55754A; }
p { color: rgb(85,117,74); }
H1.HeaderClassName
{
color: #55754A;
}
.AnyTagClassName
{
color: #55754A;
}
</style>
background-color css
<style>
a { background-color: #55754A; }
a { background-color: rgb(85,117,74); }
div.DivClassName
{
background-color: #55754A;
}
.BgClassName
{
background-color: #55754A;
}
</style>
border-color css
<style>
span { border-color: #55754A; }
span { border-color: rgb(85,117,74); }
td.TdClassName
{
border-color: #55754A;
}
.TagClassName
{
border-color: #55754A;
}
</style>