Shades of Fern #58B06D
Tints of Fern #58B06D
RGB
CMYK
RGB Variations
Color information
#58B06D (or 0x58B06D) is known color: Fern. HEX triplet: 58, B0 and 6D. RGB value is (88,176,109). Sum of RGB (Red+Green+Blue) = 88+176+109=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 176 (69.14% from 255 or 47.18% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 176 - color contains mainly: green. Hex color #58B06D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58B06D is #A74F92. Grayscale: #8E8E8E. Windows color (decimal): -10964883 or 7188568. OLE color: 7188568.
HSL color Cylindrical-coordinate representation of color #58B06D: hue angle of 134.32º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58B06D is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 176 | 109 | - |
| CMYK | 0.50 | 0 | 0.38 | 0.31 |
| HSL | 134.32º | 0.36% | 0.52% | - |
| HSV(B) | 134.32º | 0.5% | 0.69% | - |
| XYZ | 22.31 | 34.23 | 19.9 | - |
| YUV | 142.05 | 109.35 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 176 | 109 | 0.50 | 0 | 0.38 | 0.31 | 134.32 | 0.36 | 0.52 |
| Hex | 58 | B0 | 6D | 32 | 0 | 26 | 1F | 86 | 24 | 34 |
| Octal | 130 | 260 | 155 | 62 | 0 | 46 | 37 | 206 | 44 | 64 |
| Binary | 1011000 | 10110000 | 1101101 | 110010 | 0 | 100110 | 11111 | 10000110 | 100100 | 110100 |
Color Harmonies of #58B06D
Complementary color
Monochromatic Colors of #58B06D
Black with #58B06D
Text Example
Text Example
White with #58B06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B06D; }
p { color: rgb(88,176,109); }
H1.HeaderClassName
{
color: #58B06D;
}
.AnyTagClassName
{
color: #58B06D;
}
</style>
background-color css
<style>
a { background-color: #58B06D; }
a { background-color: rgb(88,176,109); }
div.DivClassName
{
background-color: #58B06D;
}
.BgClassName
{
background-color: #58B06D;
}
</style>
border-color css
<style>
span { border-color: #58B06D; }
span { border-color: rgb(88,176,109); }
td.TdClassName
{
border-color: #58B06D;
}
.TagClassName
{
border-color: #58B06D;
}
</style>