Shades of Dark Spring Green #13803D
Tints of Dark Spring Green #13803D
RGB
CMYK
RGB Variations
Color information
#13803D (or 0x13803D) is known color: Dark Spring Green. HEX triplet: 13, 80 and 3D. RGB value is (19,128,61). Sum of RGB (Red+Green+Blue) = 19+128+61=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 128 (50.39% from 255 or 61.54% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 128 - color contains mainly: green. Hex color #13803D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13803D is #EC7FC2. Grayscale: #575757. Windows color (decimal): -15499203 or 4030483. OLE color: 4030483.
HSL color Cylindrical-coordinate representation of color #13803D: hue angle of 143.12º 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 #13803D is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 128 | 61 | - |
| CMYK | 0.85 | 0 | 0.52 | 0.50 |
| HSL | 143.12º | 0.74% | 0.29% | - |
| HSV(B) | 143.12º | 0.85% | 0.5% | - |
| XYZ | 8.83 | 15.91 | 7.02 | - |
| YUV | 87.77 | 112.89 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 128 | 61 | 0.85 | 0 | 0.52 | 0.50 | 143.12 | 0.74 | 0.29 |
| Hex | 13 | 80 | 3D | 55 | 0 | 34 | 32 | 8F | 4A | 1D |
| Octal | 23 | 200 | 75 | 125 | 0 | 64 | 62 | 217 | 112 | 35 |
| Binary | 10011 | 10000000 | 111101 | 1010101 | 0 | 110100 | 110010 | 10001111 | 1001010 | 11101 |
Color Harmonies of #13803D
Complementary color
Monochromatic Colors of #13803D
Black with #13803D
Text Example
Text Example
White with #13803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13803D; }
p { color: rgb(19,128,61); }
H1.HeaderClassName
{
color: #13803D;
}
.AnyTagClassName
{
color: #13803D;
}
</style>
background-color css
<style>
a { background-color: #13803D; }
a { background-color: rgb(19,128,61); }
div.DivClassName
{
background-color: #13803D;
}
.BgClassName
{
background-color: #13803D;
}
</style>
border-color css
<style>
span { border-color: #13803D; }
span { border-color: rgb(19,128,61); }
td.TdClassName
{
border-color: #13803D;
}
.TagClassName
{
border-color: #13803D;
}
</style>