Shades of Dark Spring Green #13743A
Tints of Dark Spring Green #13743A
RGB
CMYK
RGB Variations
Color information
#13743A (or 0x13743A) is known color: Dark Spring Green. HEX triplet: 13, 74 and 3A. RGB value is (19,116,58). Sum of RGB (Red+Green+Blue) = 19+116+58=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 116 (45.70% from 255 or 60.10% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 116 - color contains mainly: green. Hex color #13743A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13743A is #EC8BC5. Grayscale: #505050. Windows color (decimal): -15502278 or 3830803. OLE color: 3830803.
HSL color Cylindrical-coordinate representation of color #13743A: hue angle of 144.12º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13743A is Cyan = 0.84, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 116 | 58 | - |
| CMYK | 0.84 | 0 | 0.5 | 0.55 |
| HSL | 144.12º | 0.72% | 0.26% | - |
| HSV(B) | 144.12º | 0.84% | 0.45% | - |
| XYZ | 7.28 | 12.93 | 6.12 | - |
| YUV | 80.39 | 115.36 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 58 | 0.84 | 0 | 0.5 | 0.55 | 144.12 | 0.72 | 0.26 |
| Hex | 13 | 74 | 3A | 54 | 0 | 32 | 37 | 90 | 48 | 1A |
| Octal | 23 | 164 | 72 | 124 | 0 | 62 | 67 | 220 | 110 | 32 |
| Binary | 10011 | 1110100 | 111010 | 1010100 | 0 | 110010 | 110111 | 10010000 | 1001000 | 11010 |
Color Harmonies of #13743A
Complementary color
Monochromatic Colors of #13743A
Black with #13743A
Text Example
Text Example
White with #13743A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13743A; }
p { color: rgb(19,116,58); }
H1.HeaderClassName
{
color: #13743A;
}
.AnyTagClassName
{
color: #13743A;
}
</style>
background-color css
<style>
a { background-color: #13743A; }
a { background-color: rgb(19,116,58); }
div.DivClassName
{
background-color: #13743A;
}
.BgClassName
{
background-color: #13743A;
}
</style>
border-color css
<style>
span { border-color: #13743A; }
span { border-color: rgb(19,116,58); }
td.TdClassName
{
border-color: #13743A;
}
.TagClassName
{
border-color: #13743A;
}
</style>