Shades of Dark Spring Green #058633
Tints of Dark Spring Green #058633
RGB
CMYK
RGB Variations
Color information
#058633 (or 0x058633) is known color: Dark Spring Green. HEX triplet: 05, 86 and 33. RGB value is (5,134,51). Sum of RGB (Red+Green+Blue) = 5+134+51=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 134 (52.73% from 255 or 70.53% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 134 - color contains mainly: green. Hex color #058633 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058633 is #FA79CC. Grayscale: #565656. Windows color (decimal): -16415181 or 3376645. OLE color: 3376645.
HSL color Cylindrical-coordinate representation of color #058633: hue angle of 141.4º 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 #058633 is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 134 | 51 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.47 |
| HSL | 141.4º | 0.93% | 0.27% | - |
| HSV(B) | 141.4º | 0.96% | 0.53% | - |
| XYZ | 9.19 | 17.32 | 5.99 | - |
| YUV | 85.97 | 108.26 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 134 | 51 | 0.96 | 0 | 0.62 | 0.47 | 141.4 | 0.93 | 0.27 |
| Hex | 5 | 86 | 33 | 60 | 0 | 3E | 2F | 8D | 5D | 1B |
| Octal | 5 | 206 | 63 | 140 | 0 | 76 | 57 | 215 | 135 | 33 |
| Binary | 101 | 10000110 | 110011 | 1100000 | 0 | 111110 | 101111 | 10001101 | 1011101 | 11011 |
Color Harmonies of #058633
Complementary color
Monochromatic Colors of #058633
Black with #058633
Text Example
Text Example
White with #058633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058633; }
p { color: rgb(5,134,51); }
H1.HeaderClassName
{
color: #058633;
}
.AnyTagClassName
{
color: #058633;
}
</style>
background-color css
<style>
a { background-color: #058633; }
a { background-color: rgb(5,134,51); }
div.DivClassName
{
background-color: #058633;
}
.BgClassName
{
background-color: #058633;
}
</style>
border-color css
<style>
span { border-color: #058633; }
span { border-color: rgb(5,134,51); }
td.TdClassName
{
border-color: #058633;
}
.TagClassName
{
border-color: #058633;
}
</style>