Shades of Dark Spring Green #05873A
Tints of Dark Spring Green #05873A
RGB
CMYK
RGB Variations
Color information
#05873A (or 0x05873A) is known color: Dark Spring Green. HEX triplet: 05, 87 and 3A. RGB value is (5,135,58). Sum of RGB (Red+Green+Blue) = 5+135+58=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 135 (53.12% from 255 or 68.18% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 135 - color contains mainly: green. Hex color #05873A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05873A is #FA78C5. Grayscale: #575757. Windows color (decimal): -16414918 or 3835653. OLE color: 3835653.
HSL color Cylindrical-coordinate representation of color #05873A: hue angle of 144.46º 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 #05873A is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 135 | 58 | - |
| CMYK | 0.96 | 0 | 0.57 | 0.47 |
| HSL | 144.46º | 0.93% | 0.27% | - |
| HSV(B) | 144.46º | 0.96% | 0.53% | - |
| XYZ | 9.49 | 17.67 | 6.91 | - |
| YUV | 87.35 | 111.43 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 135 | 58 | 0.96 | 0 | 0.57 | 0.47 | 144.46 | 0.93 | 0.27 |
| Hex | 5 | 87 | 3A | 60 | 0 | 39 | 2F | 90 | 5D | 1B |
| Octal | 5 | 207 | 72 | 140 | 0 | 71 | 57 | 220 | 135 | 33 |
| Binary | 101 | 10000111 | 111010 | 1100000 | 0 | 111001 | 101111 | 10010000 | 1011101 | 11011 |
Color Harmonies of #05873A
Complementary color
Monochromatic Colors of #05873A
Black with #05873A
Text Example
Text Example
White with #05873A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05873A; }
p { color: rgb(5,135,58); }
H1.HeaderClassName
{
color: #05873A;
}
.AnyTagClassName
{
color: #05873A;
}
</style>
background-color css
<style>
a { background-color: #05873A; }
a { background-color: rgb(5,135,58); }
div.DivClassName
{
background-color: #05873A;
}
.BgClassName
{
background-color: #05873A;
}
</style>
border-color css
<style>
span { border-color: #05873A; }
span { border-color: rgb(5,135,58); }
td.TdClassName
{
border-color: #05873A;
}
.TagClassName
{
border-color: #05873A;
}
</style>