Shades of Dark Spring Green #058538
Tints of Dark Spring Green #058538
RGB
CMYK
RGB Variations
Color information
#058538 (or 0x058538) is known color: Dark Spring Green. HEX triplet: 05, 85 and 38. RGB value is (5,133,56). Sum of RGB (Red+Green+Blue) = 5+133+56=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 133 (52.34% from 255 or 68.56% from 194); Blue value is 56 (22.27% from 255 or 28.87% from 194); Max value from RGB is 133 - color contains mainly: green. Hex color #058538 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058538 is #FA7AC7. Grayscale: #565656. Windows color (decimal): -16415432 or 3704069. OLE color: 3704069.
HSL color Cylindrical-coordinate representation of color #058538: hue angle of 143.91º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058538 is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 133 | 56 | - |
| CMYK | 0.96 | 0 | 0.58 | 0.48 |
| HSL | 143.91º | 0.93% | 0.27% | - |
| HSV(B) | 143.91º | 0.96% | 0.52% | - |
| XYZ | 9.16 | 17.09 | 6.56 | - |
| YUV | 85.95 | 111.09 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 133 | 56 | 0.96 | 0 | 0.58 | 0.48 | 143.91 | 0.93 | 0.27 |
| Hex | 5 | 85 | 38 | 60 | 0 | 3A | 30 | 90 | 5D | 1B |
| Octal | 5 | 205 | 70 | 140 | 0 | 72 | 60 | 220 | 135 | 33 |
| Binary | 101 | 10000101 | 111000 | 1100000 | 0 | 111010 | 110000 | 10010000 | 1011101 | 11011 |
Color Harmonies of #058538
Complementary color
Monochromatic Colors of #058538
Black with #058538
Text Example
Text Example
White with #058538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058538; }
p { color: rgb(5,133,56); }
H1.HeaderClassName
{
color: #058538;
}
.AnyTagClassName
{
color: #058538;
}
</style>
background-color css
<style>
a { background-color: #058538; }
a { background-color: rgb(5,133,56); }
div.DivClassName
{
background-color: #058538;
}
.BgClassName
{
background-color: #058538;
}
</style>
border-color css
<style>
span { border-color: #058538; }
span { border-color: rgb(5,133,56); }
td.TdClassName
{
border-color: #058538;
}
.TagClassName
{
border-color: #058538;
}
</style>