Shades of Dark Spring Green #13803E
Tints of Dark Spring Green #13803E
RGB
CMYK
RGB Variations
Color information
#13803E (or 0x13803E) is known color: Dark Spring Green. HEX triplet: 13, 80 and 3E. RGB value is (19,128,62). Sum of RGB (Red+Green+Blue) = 19+128+62=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 128 (50.39% from 255 or 61.24% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 128 - color contains mainly: green. Hex color #13803E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13803E is #EC7FC1. Grayscale: #585858. Windows color (decimal): -15499202 or 4096019. OLE color: 4096019.
HSL color Cylindrical-coordinate representation of color #13803E: hue angle of 143.67º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13803E is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 128 | 62 | - |
| CMYK | 0.85 | 0 | 0.52 | 0.50 |
| HSL | 143.67º | 0.74% | 0.29% | - |
| HSV(B) | 143.67º | 0.85% | 0.5% | - |
| XYZ | 8.86 | 15.92 | 7.16 | - |
| YUV | 87.89 | 113.39 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 128 | 62 | 0.85 | 0 | 0.52 | 0.50 | 143.67 | 0.74 | 0.29 |
| Hex | 13 | 80 | 3E | 55 | 0 | 34 | 32 | 90 | 4A | 1D |
| Octal | 23 | 200 | 76 | 125 | 0 | 64 | 62 | 220 | 112 | 35 |
| Binary | 10011 | 10000000 | 111110 | 1010101 | 0 | 110100 | 110010 | 10010000 | 1001010 | 11101 |
Color Harmonies of #13803E
Complementary color
Monochromatic Colors of #13803E
Black with #13803E
Text Example
Text Example
White with #13803E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13803E; }
p { color: rgb(19,128,62); }
H1.HeaderClassName
{
color: #13803E;
}
.AnyTagClassName
{
color: #13803E;
}
</style>
background-color css
<style>
a { background-color: #13803E; }
a { background-color: rgb(19,128,62); }
div.DivClassName
{
background-color: #13803E;
}
.BgClassName
{
background-color: #13803E;
}
</style>
border-color css
<style>
span { border-color: #13803E; }
span { border-color: rgb(19,128,62); }
td.TdClassName
{
border-color: #13803E;
}
.TagClassName
{
border-color: #13803E;
}
</style>