Shades of Dark Spring Green #13703B
Tints of Dark Spring Green #13703B
RGB
CMYK
RGB Variations
Color information
#13703B (or 0x13703B) is known color: Dark Spring Green. HEX triplet: 13, 70 and 3B. RGB value is (19,112,59). Sum of RGB (Red+Green+Blue) = 19+112+59=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 112 (44.14% from 255 or 58.95% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 112 - color contains mainly: green. Hex color #13703B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13703B is #EC8FC4. Grayscale: #4E4E4E. Windows color (decimal): -15503301 or 3895315. OLE color: 3895315.
HSL color Cylindrical-coordinate representation of color #13703B: hue angle of 145.81º 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 #13703B is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 112 | 59 | - |
| CMYK | 0.83 | 0 | 0.47 | 0.56 |
| HSL | 145.81º | 0.71% | 0.26% | - |
| HSV(B) | 145.81º | 0.83% | 0.44% | - |
| XYZ | 6.85 | 12.04 | 6.1 | - |
| YUV | 78.15 | 117.19 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 59 | 0.83 | 0 | 0.47 | 0.56 | 145.81 | 0.71 | 0.26 |
| Hex | 13 | 70 | 3B | 53 | 0 | 2F | 38 | 92 | 47 | 1A |
| Octal | 23 | 160 | 73 | 123 | 0 | 57 | 70 | 222 | 107 | 32 |
| Binary | 10011 | 1110000 | 111011 | 1010011 | 0 | 101111 | 111000 | 10010010 | 1000111 | 11010 |
Color Harmonies of #13703B
Complementary color
Monochromatic Colors of #13703B
Black with #13703B
Text Example
Text Example
White with #13703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13703B; }
p { color: rgb(19,112,59); }
H1.HeaderClassName
{
color: #13703B;
}
.AnyTagClassName
{
color: #13703B;
}
</style>
background-color css
<style>
a { background-color: #13703B; }
a { background-color: rgb(19,112,59); }
div.DivClassName
{
background-color: #13703B;
}
.BgClassName
{
background-color: #13703B;
}
</style>
border-color css
<style>
span { border-color: #13703B; }
span { border-color: rgb(19,112,59); }
td.TdClassName
{
border-color: #13703B;
}
.TagClassName
{
border-color: #13703B;
}
</style>