Shades of Dark Spring Green #058937
Tints of Dark Spring Green #058937
RGB
CMYK
RGB Variations
Color information
#058937 (or 0x058937) is known color: Dark Spring Green. HEX triplet: 05, 89 and 37. RGB value is (5,137,55). Sum of RGB (Red+Green+Blue) = 5+137+55=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 137 (53.91% from 255 or 69.54% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 137 - color contains mainly: green. Hex color #058937 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058937 is #FA76C8. Grayscale: #585858. Windows color (decimal): -16414409 or 3639557. OLE color: 3639557.
HSL color Cylindrical-coordinate representation of color #058937: hue angle of 142.73º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058937 is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 137 | 55 | - |
| CMYK | 0.96 | 0 | 0.60 | 0.46 |
| HSL | 142.73º | 0.93% | 0.28% | - |
| HSV(B) | 142.73º | 0.96% | 0.54% | - |
| XYZ | 9.7 | 18.2 | 6.62 | - |
| YUV | 88.18 | 109.27 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 137 | 55 | 0.96 | 0 | 0.60 | 0.46 | 142.73 | 0.93 | 0.28 |
| Hex | 5 | 89 | 37 | 60 | 0 | 3C | 2E | 8F | 5D | 1C |
| Octal | 5 | 211 | 67 | 140 | 0 | 74 | 56 | 217 | 135 | 34 |
| Binary | 101 | 10001001 | 110111 | 1100000 | 0 | 111100 | 101110 | 10001111 | 1011101 | 11100 |
Color Harmonies of #058937
Complementary color
Monochromatic Colors of #058937
Black with #058937
Text Example
Text Example
White with #058937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058937; }
p { color: rgb(5,137,55); }
H1.HeaderClassName
{
color: #058937;
}
.AnyTagClassName
{
color: #058937;
}
</style>
background-color css
<style>
a { background-color: #058937; }
a { background-color: rgb(5,137,55); }
div.DivClassName
{
background-color: #058937;
}
.BgClassName
{
background-color: #058937;
}
</style>
border-color css
<style>
span { border-color: #058937; }
span { border-color: rgb(5,137,55); }
td.TdClassName
{
border-color: #058937;
}
.TagClassName
{
border-color: #058937;
}
</style>