Shades of Dark Spring Green #058732
Tints of Dark Spring Green #058732
RGB
CMYK
RGB Variations
Color information
#058732 (or 0x058732) is known color: Dark Spring Green. HEX triplet: 05, 87 and 32. RGB value is (5,135,50). Sum of RGB (Red+Green+Blue) = 5+135+50=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 135 (53.12% from 255 or 71.05% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 135 - color contains mainly: green. Hex color #058732 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058732 is #FA78CD. Grayscale: #565656. Windows color (decimal): -16414926 or 3311365. OLE color: 3311365.
HSL color Cylindrical-coordinate representation of color #058732: hue angle of 140.77º 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 #058732 is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 135 | 50 | - |
| CMYK | 0.96 | 0 | 0.63 | 0.47 |
| HSL | 140.77º | 0.93% | 0.27% | - |
| HSV(B) | 140.77º | 0.96% | 0.53% | - |
| XYZ | 9.3 | 17.59 | 5.92 | - |
| YUV | 86.44 | 107.43 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 135 | 50 | 0.96 | 0 | 0.63 | 0.47 | 140.77 | 0.93 | 0.27 |
| Hex | 5 | 87 | 32 | 60 | 0 | 3F | 2F | 8D | 5D | 1B |
| Octal | 5 | 207 | 62 | 140 | 0 | 77 | 57 | 215 | 135 | 33 |
| Binary | 101 | 10000111 | 110010 | 1100000 | 0 | 111111 | 101111 | 10001101 | 1011101 | 11011 |
Color Harmonies of #058732
Complementary color
Monochromatic Colors of #058732
Black with #058732
Text Example
Text Example
White with #058732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058732; }
p { color: rgb(5,135,50); }
H1.HeaderClassName
{
color: #058732;
}
.AnyTagClassName
{
color: #058732;
}
</style>
background-color css
<style>
a { background-color: #058732; }
a { background-color: rgb(5,135,50); }
div.DivClassName
{
background-color: #058732;
}
.BgClassName
{
background-color: #058732;
}
</style>
border-color css
<style>
span { border-color: #058732; }
span { border-color: rgb(5,135,50); }
td.TdClassName
{
border-color: #058732;
}
.TagClassName
{
border-color: #058732;
}
</style>