Shades of Fern #58A665
Tints of Fern #58A665
RGB
CMYK
RGB Variations
Color information
#58A665 (or 0x58A665) is known color: Fern. HEX triplet: 58, A6 and 65. RGB value is (88,166,101). Sum of RGB (Red+Green+Blue) = 88+166+101=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 166 (65.23% from 255 or 46.76% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 166 - color contains mainly: green. Hex color #58A665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A665 is #A7599A. Grayscale: #878787. Windows color (decimal): -10967451 or 6661720. OLE color: 6661720.
HSL color Cylindrical-coordinate representation of color #58A665: hue angle of 130º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58A665 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 88 | 166 | 101 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.35 |
| HSL | 130º | 0.31% | 0.5% | - |
| HSV(B) | 130º | 0.47% | 0.65% | - |
| XYZ | 20.01 | 30.29 | 17.1 | - |
| YUV | 135.27 | 108.66 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 166 | 101 | 0.47 | 0 | 0.39 | 0.35 | 130 | 0.31 | 0.5 |
| Hex | 58 | A6 | 65 | 2F | 0 | 27 | 23 | 82 | 1F | 32 |
| Octal | 130 | 246 | 145 | 57 | 0 | 47 | 43 | 202 | 37 | 62 |
| Binary | 1011000 | 10100110 | 1100101 | 101111 | 0 | 100111 | 100011 | 10000010 | 11111 | 110010 |
Color Harmonies of #58A665
Complementary color
Monochromatic Colors of #58A665
Black with #58A665
Text Example
Text Example
White with #58A665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A665; }
p { color: rgb(88,166,101); }
H1.HeaderClassName
{
color: #58A665;
}
.AnyTagClassName
{
color: #58A665;
}
</style>
background-color css
<style>
a { background-color: #58A665; }
a { background-color: rgb(88,166,101); }
div.DivClassName
{
background-color: #58A665;
}
.BgClassName
{
background-color: #58A665;
}
</style>
border-color css
<style>
span { border-color: #58A665; }
span { border-color: rgb(88,166,101); }
td.TdClassName
{
border-color: #58A665;
}
.TagClassName
{
border-color: #58A665;
}
</style>