Shades of Dark Spring Green #058337
Tints of Dark Spring Green #058337
RGB
CMYK
RGB Variations
Color information
#058337 (or 0x058337) is known color: Dark Spring Green. HEX triplet: 05, 83 and 37. RGB value is (5,131,55). Sum of RGB (Red+Green+Blue) = 5+131+55=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 131 (51.56% from 255 or 68.59% from 191); Blue value is 55 (21.88% from 255 or 28.80% from 191); Max value from RGB is 131 - color contains mainly: green. Hex color #058337 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058337 is #FA7CC8. Grayscale: #545454. Windows color (decimal): -16415945 or 3638021. OLE color: 3638021.
HSL color Cylindrical-coordinate representation of color #058337: hue angle of 143.81º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058337 is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 131 | 55 | - |
| CMYK | 0.96 | 0 | 0.58 | 0.49 |
| HSL | 143.81º | 0.93% | 0.27% | - |
| HSV(B) | 143.81º | 0.96% | 0.51% | - |
| XYZ | 8.87 | 16.54 | 6.34 | - |
| YUV | 84.66 | 111.26 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 131 | 55 | 0.96 | 0 | 0.58 | 0.49 | 143.81 | 0.93 | 0.27 |
| Hex | 5 | 83 | 37 | 60 | 0 | 3A | 31 | 90 | 5D | 1B |
| Octal | 5 | 203 | 67 | 140 | 0 | 72 | 61 | 220 | 135 | 33 |
| Binary | 101 | 10000011 | 110111 | 1100000 | 0 | 111010 | 110001 | 10010000 | 1011101 | 11011 |
Color Harmonies of #058337
Complementary color
Monochromatic Colors of #058337
Black with #058337
Text Example
Text Example
White with #058337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058337; }
p { color: rgb(5,131,55); }
H1.HeaderClassName
{
color: #058337;
}
.AnyTagClassName
{
color: #058337;
}
</style>
background-color css
<style>
a { background-color: #058337; }
a { background-color: rgb(5,131,55); }
div.DivClassName
{
background-color: #058337;
}
.BgClassName
{
background-color: #058337;
}
</style>
border-color css
<style>
span { border-color: #058337; }
span { border-color: rgb(5,131,55); }
td.TdClassName
{
border-color: #058337;
}
.TagClassName
{
border-color: #058337;
}
</style>