Shades of Fern Green #55814A
Tints of Fern Green #55814A
RGB
CMYK
RGB Variations
Color information
#55814A (or 0x55814A) is known color: Fern Green. HEX triplet: 55, 81 and 4A. RGB value is (85,129,74). Sum of RGB (Red+Green+Blue) = 85+129+74=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 129 - color contains mainly: green. Hex color #55814A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55814A is #AA7EB5. Grayscale: #6D6D6D. Windows color (decimal): -11173558 or 4882773. OLE color: 4882773.
HSL color Cylindrical-coordinate representation of color #55814A: hue angle of 108º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55814A is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 129 | 74 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.49 |
| HSL | 108º | 0.27% | 0.4% | - |
| HSV(B) | 108º | 0.43% | 0.51% | - |
| XYZ | 12.83 | 18.13 | 9.3 | - |
| YUV | 109.57 | 107.92 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 74 | 0.34 | 0 | 0.43 | 0.49 | 108 | 0.27 | 0.4 |
| Hex | 55 | 81 | 4A | 22 | 0 | 2B | 31 | 6C | 1B | 28 |
| Octal | 125 | 201 | 112 | 42 | 0 | 53 | 61 | 154 | 33 | 50 |
| Binary | 1010101 | 10000001 | 1001010 | 100010 | 0 | 101011 | 110001 | 1101100 | 11011 | 101000 |
Color Harmonies of #55814A
Complementary color
Monochromatic Colors of #55814A
Black with #55814A
Text Example
Text Example
White with #55814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55814A; }
p { color: rgb(85,129,74); }
H1.HeaderClassName
{
color: #55814A;
}
.AnyTagClassName
{
color: #55814A;
}
</style>
background-color css
<style>
a { background-color: #55814A; }
a { background-color: rgb(85,129,74); }
div.DivClassName
{
background-color: #55814A;
}
.BgClassName
{
background-color: #55814A;
}
</style>
border-color css
<style>
span { border-color: #55814A; }
span { border-color: rgb(85,129,74); }
td.TdClassName
{
border-color: #55814A;
}
.TagClassName
{
border-color: #55814A;
}
</style>