Shades of Dark Spring Green #13704B
Tints of Dark Spring Green #13704B
RGB
CMYK
RGB Variations
Color information
#13704B (or 0x13704B) is known color: Dark Spring Green. HEX triplet: 13, 70 and 4B. RGB value is (19,112,75). Sum of RGB (Red+Green+Blue) = 19+112+75=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #13704B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13704B is #EC8FB4. Grayscale: #505050. Windows color (decimal): -15503285 or 4943891. OLE color: 4943891.
HSL color Cylindrical-coordinate representation of color #13704B: hue angle of 156.13º 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 #13704B is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 112 | 75 | - |
| CMYK | 0.83 | 0 | 0.33 | 0.56 |
| HSL | 156.13º | 0.71% | 0.26% | - |
| HSV(B) | 156.13º | 0.83% | 0.44% | - |
| XYZ | 7.33 | 12.23 | 8.63 | - |
| YUV | 79.98 | 125.19 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 75 | 0.83 | 0 | 0.33 | 0.56 | 156.13 | 0.71 | 0.26 |
| Hex | 13 | 70 | 4B | 53 | 0 | 21 | 38 | 9C | 47 | 1A |
| Octal | 23 | 160 | 113 | 123 | 0 | 41 | 70 | 234 | 107 | 32 |
| Binary | 10011 | 1110000 | 1001011 | 1010011 | 0 | 100001 | 111000 | 10011100 | 1000111 | 11010 |
Color Harmonies of #13704B
Complementary color
Monochromatic Colors of #13704B
Black with #13704B
Text Example
Text Example
White with #13704B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13704B; }
p { color: rgb(19,112,75); }
H1.HeaderClassName
{
color: #13704B;
}
.AnyTagClassName
{
color: #13704B;
}
</style>
background-color css
<style>
a { background-color: #13704B; }
a { background-color: rgb(19,112,75); }
div.DivClassName
{
background-color: #13704B;
}
.BgClassName
{
background-color: #13704B;
}
</style>
border-color css
<style>
span { border-color: #13704B; }
span { border-color: rgb(19,112,75); }
td.TdClassName
{
border-color: #13704B;
}
.TagClassName
{
border-color: #13704B;
}
</style>