Shades of Dark Spring Green #058637
Tints of Dark Spring Green #058637
RGB
CMYK
RGB Variations
Color information
#058637 (or 0x058637) is known color: Dark Spring Green. HEX triplet: 05, 86 and 37. RGB value is (5,134,55). Sum of RGB (Red+Green+Blue) = 5+134+55=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 134 (52.73% from 255 or 69.07% from 194); Blue value is 55 (21.88% from 255 or 28.35% from 194); Max value from RGB is 134 - color contains mainly: green. Hex color #058637 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058637 is #FA79C8. Grayscale: #565656. Windows color (decimal): -16415177 or 3638789. OLE color: 3638789.
HSL color Cylindrical-coordinate representation of color #058637: hue angle of 143.26º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058637 is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 134 | 55 | - |
| CMYK | 0.96 | 0 | 0.59 | 0.47 |
| HSL | 143.26º | 0.93% | 0.27% | - |
| HSV(B) | 143.26º | 0.96% | 0.53% | - |
| XYZ | 9.28 | 17.36 | 6.48 | - |
| YUV | 86.42 | 110.26 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 134 | 55 | 0.96 | 0 | 0.59 | 0.47 | 143.26 | 0.93 | 0.27 |
| Hex | 5 | 86 | 37 | 60 | 0 | 3B | 2F | 8F | 5D | 1B |
| Octal | 5 | 206 | 67 | 140 | 0 | 73 | 57 | 217 | 135 | 33 |
| Binary | 101 | 10000110 | 110111 | 1100000 | 0 | 111011 | 101111 | 10001111 | 1011101 | 11011 |
Color Harmonies of #058637
Complementary color
Monochromatic Colors of #058637
Black with #058637
Text Example
Text Example
White with #058637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058637; }
p { color: rgb(5,134,55); }
H1.HeaderClassName
{
color: #058637;
}
.AnyTagClassName
{
color: #058637;
}
</style>
background-color css
<style>
a { background-color: #058637; }
a { background-color: rgb(5,134,55); }
div.DivClassName
{
background-color: #058637;
}
.BgClassName
{
background-color: #058637;
}
</style>
border-color css
<style>
span { border-color: #058637; }
span { border-color: rgb(5,134,55); }
td.TdClassName
{
border-color: #058637;
}
.TagClassName
{
border-color: #058637;
}
</style>