Shades of Fern #58B672
Tints of Fern #58B672
RGB
CMYK
RGB Variations
Color information
#58B672 (or 0x58B672) is known color: Fern. HEX triplet: 58, B6 and 72. RGB value is (88,182,114). Sum of RGB (Red+Green+Blue) = 88+182+114=384 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.92% from 384); Green value is 182 (71.48% from 255 or 47.40% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 182 - color contains mainly: green. Hex color #58B672 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B672 is #A7498D. Grayscale: #929292. Windows color (decimal): -10963342 or 7517784. OLE color: 7517784.
HSL color Cylindrical-coordinate representation of color #58B672: hue angle of 136.6º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58B672 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 88 | 182 | 114 | - |
| CMYK | 0.52 | 0 | 0.37 | 0.29 |
| HSL | 136.6º | 0.39% | 0.53% | - |
| HSV(B) | 136.6º | 0.52% | 0.71% | - |
| XYZ | 23.79 | 36.75 | 21.76 | - |
| YUV | 146.14 | 109.86 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 182 | 114 | 0.52 | 0 | 0.37 | 0.29 | 136.6 | 0.39 | 0.53 |
| Hex | 58 | B6 | 72 | 34 | 0 | 25 | 1D | 89 | 27 | 35 |
| Octal | 130 | 266 | 162 | 64 | 0 | 45 | 35 | 211 | 47 | 65 |
| Binary | 1011000 | 10110110 | 1110010 | 110100 | 0 | 100101 | 11101 | 10001001 | 100111 | 110101 |
Color Harmonies of #58B672
Complementary color
Monochromatic Colors of #58B672
Black with #58B672
Text Example
Text Example
White with #58B672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B672; }
p { color: rgb(88,182,114); }
H1.HeaderClassName
{
color: #58B672;
}
.AnyTagClassName
{
color: #58B672;
}
</style>
background-color css
<style>
a { background-color: #58B672; }
a { background-color: rgb(88,182,114); }
div.DivClassName
{
background-color: #58B672;
}
.BgClassName
{
background-color: #58B672;
}
</style>
border-color css
<style>
span { border-color: #58B672; }
span { border-color: rgb(88,182,114); }
td.TdClassName
{
border-color: #58B672;
}
.TagClassName
{
border-color: #58B672;
}
</style>