Shades of Fern #59A468
Tints of Fern #59A468
RGB
CMYK
RGB Variations
Color information
#59A468 (or 0x59A468) is known color: Fern. HEX triplet: 59, A4 and 68. RGB value is (89,164,104). Sum of RGB (Red+Green+Blue) = 89+164+104=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 164 - color contains mainly: green. Hex color #59A468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A468 is #A65B97. Grayscale: #868686. Windows color (decimal): -10902424 or 6857817. OLE color: 6857817.
HSL color Cylindrical-coordinate representation of color #59A468: hue angle of 132º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #59A468 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 89 | 164 | 104 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.36 |
| HSL | 132º | 0.3% | 0.5% | - |
| HSV(B) | 132º | 0.46% | 0.64% | - |
| XYZ | 19.89 | 29.67 | 17.78 | - |
| YUV | 134.74 | 110.65 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 164 | 104 | 0.46 | 0 | 0.37 | 0.36 | 132 | 0.3 | 0.5 |
| Hex | 59 | A4 | 68 | 2E | 0 | 25 | 24 | 84 | 1E | 32 |
| Octal | 131 | 244 | 150 | 56 | 0 | 45 | 44 | 204 | 36 | 62 |
| Binary | 1011001 | 10100100 | 1101000 | 101110 | 0 | 100101 | 100100 | 10000100 | 11110 | 110010 |
Color Harmonies of #59A468
Complementary color
Monochromatic Colors of #59A468
Black with #59A468
Text Example
Text Example
White with #59A468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A468; }
p { color: rgb(89,164,104); }
H1.HeaderClassName
{
color: #59A468;
}
.AnyTagClassName
{
color: #59A468;
}
</style>
background-color css
<style>
a { background-color: #59A468; }
a { background-color: rgb(89,164,104); }
div.DivClassName
{
background-color: #59A468;
}
.BgClassName
{
background-color: #59A468;
}
</style>
border-color css
<style>
span { border-color: #59A468; }
span { border-color: rgb(89,164,104); }
td.TdClassName
{
border-color: #59A468;
}
.TagClassName
{
border-color: #59A468;
}
</style>