Shades of Dark Spring Green #05803A
Tints of Dark Spring Green #05803A
RGB
CMYK
RGB Variations
Color information
#05803A (or 0x05803A) is known color: Dark Spring Green. HEX triplet: 05, 80 and 3A. RGB value is (5,128,58). Sum of RGB (Red+Green+Blue) = 5+128+58=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 128 (50.39% from 255 or 67.02% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 128 - color contains mainly: green. Hex color #05803A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05803A is #FA7FC5. Grayscale: #535353. Windows color (decimal): -16416710 or 3833861. OLE color: 3833861.
HSL color Cylindrical-coordinate representation of color #05803A: hue angle of 145.85º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05803A is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 128 | 58 | - |
| CMYK | 0.96 | 0 | 0.55 | 0.50 |
| HSL | 145.85º | 0.92% | 0.26% | - |
| HSV(B) | 145.85º | 0.96% | 0.5% | - |
| XYZ | 8.55 | 15.78 | 6.6 | - |
| YUV | 83.24 | 113.75 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 128 | 58 | 0.96 | 0 | 0.55 | 0.50 | 145.85 | 0.92 | 0.26 |
| Hex | 5 | 80 | 3A | 60 | 0 | 37 | 32 | 92 | 5C | 1A |
| Octal | 5 | 200 | 72 | 140 | 0 | 67 | 62 | 222 | 134 | 32 |
| Binary | 101 | 10000000 | 111010 | 1100000 | 0 | 110111 | 110010 | 10010010 | 1011100 | 11010 |
Color Harmonies of #05803A
Complementary color
Monochromatic Colors of #05803A
Black with #05803A
Text Example
Text Example
White with #05803A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05803A; }
p { color: rgb(5,128,58); }
H1.HeaderClassName
{
color: #05803A;
}
.AnyTagClassName
{
color: #05803A;
}
</style>
background-color css
<style>
a { background-color: #05803A; }
a { background-color: rgb(5,128,58); }
div.DivClassName
{
background-color: #05803A;
}
.BgClassName
{
background-color: #05803A;
}
</style>
border-color css
<style>
span { border-color: #05803A; }
span { border-color: rgb(5,128,58); }
td.TdClassName
{
border-color: #05803A;
}
.TagClassName
{
border-color: #05803A;
}
</style>