Shades of Dark Spring Green #13803B
Tints of Dark Spring Green #13803B
RGB
CMYK
RGB Variations
Color information
#13803B (or 0x13803B) is known color: Dark Spring Green. HEX triplet: 13, 80 and 3B. RGB value is (19,128,59). Sum of RGB (Red+Green+Blue) = 19+128+59=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 128 (50.39% from 255 or 62.14% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 128 - color contains mainly: green. Hex color #13803B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13803B is #EC7FC4. Grayscale: #575757. Windows color (decimal): -15499205 or 3899411. OLE color: 3899411.
HSL color Cylindrical-coordinate representation of color #13803B: hue angle of 142.02º 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 #13803B is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 128 | 59 | - |
| CMYK | 0.85 | 0 | 0.54 | 0.50 |
| HSL | 142.02º | 0.74% | 0.29% | - |
| HSV(B) | 142.02º | 0.85% | 0.5% | - |
| XYZ | 8.78 | 15.89 | 6.74 | - |
| YUV | 87.54 | 111.89 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 128 | 59 | 0.85 | 0 | 0.54 | 0.50 | 142.02 | 0.74 | 0.29 |
| Hex | 13 | 80 | 3B | 55 | 0 | 36 | 32 | 8E | 4A | 1D |
| Octal | 23 | 200 | 73 | 125 | 0 | 66 | 62 | 216 | 112 | 35 |
| Binary | 10011 | 10000000 | 111011 | 1010101 | 0 | 110110 | 110010 | 10001110 | 1001010 | 11101 |
Color Harmonies of #13803B
Complementary color
Monochromatic Colors of #13803B
Black with #13803B
Text Example
Text Example
White with #13803B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13803B; }
p { color: rgb(19,128,59); }
H1.HeaderClassName
{
color: #13803B;
}
.AnyTagClassName
{
color: #13803B;
}
</style>
background-color css
<style>
a { background-color: #13803B; }
a { background-color: rgb(19,128,59); }
div.DivClassName
{
background-color: #13803B;
}
.BgClassName
{
background-color: #13803B;
}
</style>
border-color css
<style>
span { border-color: #13803B; }
span { border-color: rgb(19,128,59); }
td.TdClassName
{
border-color: #13803B;
}
.TagClassName
{
border-color: #13803B;
}
</style>