Shades of Dark Spring Green #13704D
Tints of Dark Spring Green #13704D
RGB
CMYK
RGB Variations
Color information
#13704D (or 0x13704D) is known color: Dark Spring Green. HEX triplet: 13, 70 and 4D. RGB value is (19,112,77). Sum of RGB (Red+Green+Blue) = 19+112+77=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #13704D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13704D is #EC8FB2. Grayscale: #505050. Windows color (decimal): -15503283 or 5074963. OLE color: 5074963.
HSL color Cylindrical-coordinate representation of color #13704D: hue angle of 157.42º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13704D is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 112 | 77 | - |
| CMYK | 0.83 | 0 | 0.31 | 0.56 |
| HSL | 157.42º | 0.71% | 0.26% | - |
| HSV(B) | 157.42º | 0.83% | 0.44% | - |
| XYZ | 7.4 | 12.26 | 9 | - |
| YUV | 80.2 | 126.19 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 77 | 0.83 | 0 | 0.31 | 0.56 | 157.42 | 0.71 | 0.26 |
| Hex | 13 | 70 | 4D | 53 | 0 | 1F | 38 | 9D | 47 | 1A |
| Octal | 23 | 160 | 115 | 123 | 0 | 37 | 70 | 235 | 107 | 32 |
| Binary | 10011 | 1110000 | 1001101 | 1010011 | 0 | 11111 | 111000 | 10011101 | 1000111 | 11010 |
Color Harmonies of #13704D
Complementary color
Monochromatic Colors of #13704D
Black with #13704D
Text Example
Text Example
White with #13704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13704D; }
p { color: rgb(19,112,77); }
H1.HeaderClassName
{
color: #13704D;
}
.AnyTagClassName
{
color: #13704D;
}
</style>
background-color css
<style>
a { background-color: #13704D; }
a { background-color: rgb(19,112,77); }
div.DivClassName
{
background-color: #13704D;
}
.BgClassName
{
background-color: #13704D;
}
</style>
border-color css
<style>
span { border-color: #13704D; }
span { border-color: rgb(19,112,77); }
td.TdClassName
{
border-color: #13704D;
}
.TagClassName
{
border-color: #13704D;
}
</style>