Shades of Fern Green #55804B
Tints of Fern Green #55804B
RGB
CMYK
RGB Variations
Color information
#55804B (or 0x55804B) is known color: Fern Green. HEX triplet: 55, 80 and 4B. RGB value is (85,128,75). Sum of RGB (Red+Green+Blue) = 85+128+75=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 128 - color contains mainly: green. Hex color #55804B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55804B is #AA7FB4. Grayscale: #6D6D6D. Windows color (decimal): -11173813 or 4948053. OLE color: 4948053.
HSL color Cylindrical-coordinate representation of color #55804B: hue angle of 108.68º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55804B is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 128 | 75 | - |
| CMYK | 0.34 | 0 | 0.41 | 0.50 |
| HSL | 108.68º | 0.26% | 0.4% | - |
| HSV(B) | 108.68º | 0.41% | 0.5% | - |
| XYZ | 12.74 | 17.88 | 9.44 | - |
| YUV | 109.1 | 108.75 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 128 | 75 | 0.34 | 0 | 0.41 | 0.50 | 108.68 | 0.26 | 0.4 |
| Hex | 55 | 80 | 4B | 22 | 0 | 29 | 32 | 6D | 1A | 28 |
| Octal | 125 | 200 | 113 | 42 | 0 | 51 | 62 | 155 | 32 | 50 |
| Binary | 1010101 | 10000000 | 1001011 | 100010 | 0 | 101001 | 110010 | 1101101 | 11010 | 101000 |
Color Harmonies of #55804B
Complementary color
Monochromatic Colors of #55804B
Black with #55804B
Text Example
Text Example
White with #55804B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55804B; }
p { color: rgb(85,128,75); }
H1.HeaderClassName
{
color: #55804B;
}
.AnyTagClassName
{
color: #55804B;
}
</style>
background-color css
<style>
a { background-color: #55804B; }
a { background-color: rgb(85,128,75); }
div.DivClassName
{
background-color: #55804B;
}
.BgClassName
{
background-color: #55804B;
}
</style>
border-color css
<style>
span { border-color: #55804B; }
span { border-color: rgb(85,128,75); }
td.TdClassName
{
border-color: #55804B;
}
.TagClassName
{
border-color: #55804B;
}
</style>