Shades of Dark Spring Green #13713C
Tints of Dark Spring Green #13713C
RGB
CMYK
RGB Variations
Color information
#13713C (or 0x13713C) is known color: Dark Spring Green. HEX triplet: 13, 71 and 3C. RGB value is (19,113,60). Sum of RGB (Red+Green+Blue) = 19+113+60=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 113 (44.53% from 255 or 58.85% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 113 - color contains mainly: green. Hex color #13713C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13713C is #EC8EC3. Grayscale: #4E4E4E. Windows color (decimal): -15503044 or 3961107. OLE color: 3961107.
HSL color Cylindrical-coordinate representation of color #13713C: hue angle of 146.17º 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 #13713C is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 113 | 60 | - |
| CMYK | 0.83 | 0 | 0.47 | 0.56 |
| HSL | 146.17º | 0.71% | 0.26% | - |
| HSV(B) | 146.17º | 0.83% | 0.44% | - |
| XYZ | 6.99 | 12.27 | 6.28 | - |
| YUV | 78.85 | 117.36 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 113 | 60 | 0.83 | 0 | 0.47 | 0.56 | 146.17 | 0.71 | 0.26 |
| Hex | 13 | 71 | 3C | 53 | 0 | 2F | 38 | 92 | 47 | 1A |
| Octal | 23 | 161 | 74 | 123 | 0 | 57 | 70 | 222 | 107 | 32 |
| Binary | 10011 | 1110001 | 111100 | 1010011 | 0 | 101111 | 111000 | 10010010 | 1000111 | 11010 |
Color Harmonies of #13713C
Complementary color
Monochromatic Colors of #13713C
Black with #13713C
Text Example
Text Example
White with #13713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13713C; }
p { color: rgb(19,113,60); }
H1.HeaderClassName
{
color: #13713C;
}
.AnyTagClassName
{
color: #13713C;
}
</style>
background-color css
<style>
a { background-color: #13713C; }
a { background-color: rgb(19,113,60); }
div.DivClassName
{
background-color: #13713C;
}
.BgClassName
{
background-color: #13713C;
}
</style>
border-color css
<style>
span { border-color: #13713C; }
span { border-color: rgb(19,113,60); }
td.TdClassName
{
border-color: #13713C;
}
.TagClassName
{
border-color: #13713C;
}
</style>