Shades of Dark Spring Green #058934
Tints of Dark Spring Green #058934
RGB
CMYK
RGB Variations
Color information
#058934 (or 0x058934) is known color: Dark Spring Green. HEX triplet: 05, 89 and 34. RGB value is (5,137,52). Sum of RGB (Red+Green+Blue) = 5+137+52=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 137 (53.91% from 255 or 70.62% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 137 - color contains mainly: green. Hex color #058934 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058934 is #FA76CB. Grayscale: #585858. Windows color (decimal): -16414412 or 3442949. OLE color: 3442949.
HSL color Cylindrical-coordinate representation of color #058934: hue angle of 141.36º 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 #058934 is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 137 | 52 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.46 |
| HSL | 141.36º | 0.93% | 0.28% | - |
| HSV(B) | 141.36º | 0.96% | 0.54% | - |
| XYZ | 9.63 | 18.17 | 6.25 | - |
| YUV | 87.84 | 107.77 | 68.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 137 | 52 | 0.96 | 0 | 0.62 | 0.46 | 141.36 | 0.93 | 0.28 |
| Hex | 5 | 89 | 34 | 60 | 0 | 3E | 2E | 8D | 5D | 1C |
| Octal | 5 | 211 | 64 | 140 | 0 | 76 | 56 | 215 | 135 | 34 |
| Binary | 101 | 10001001 | 110100 | 1100000 | 0 | 111110 | 101110 | 10001101 | 1011101 | 11100 |
Color Harmonies of #058934
Complementary color
Monochromatic Colors of #058934
Black with #058934
Text Example
Text Example
White with #058934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058934; }
p { color: rgb(5,137,52); }
H1.HeaderClassName
{
color: #058934;
}
.AnyTagClassName
{
color: #058934;
}
</style>
background-color css
<style>
a { background-color: #058934; }
a { background-color: rgb(5,137,52); }
div.DivClassName
{
background-color: #058934;
}
.BgClassName
{
background-color: #058934;
}
</style>
border-color css
<style>
span { border-color: #058934; }
span { border-color: rgb(5,137,52); }
td.TdClassName
{
border-color: #058934;
}
.TagClassName
{
border-color: #058934;
}
</style>