Shades of Dark Spring Green #13714C
Tints of Dark Spring Green #13714C
RGB
CMYK
RGB Variations
Color information
#13714C (or 0x13714C) is known color: Dark Spring Green. HEX triplet: 13, 71 and 4C. RGB value is (19,113,76). Sum of RGB (Red+Green+Blue) = 19+113+76=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 113 (44.53% from 255 or 54.33% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 113 - color contains mainly: green. Hex color #13714C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13714C is #EC8EB3. Grayscale: #505050. Windows color (decimal): -15503028 or 5009683. OLE color: 5009683.
HSL color Cylindrical-coordinate representation of color #13714C: hue angle of 156.38º 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 #13714C is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 113 | 76 | - |
| CMYK | 0.83 | 0 | 0.33 | 0.56 |
| HSL | 156.38º | 0.71% | 0.26% | - |
| HSV(B) | 156.38º | 0.83% | 0.44% | - |
| XYZ | 7.48 | 12.47 | 8.85 | - |
| YUV | 80.68 | 125.36 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 113 | 76 | 0.83 | 0 | 0.33 | 0.56 | 156.38 | 0.71 | 0.26 |
| Hex | 13 | 71 | 4C | 53 | 0 | 21 | 38 | 9C | 47 | 1A |
| Octal | 23 | 161 | 114 | 123 | 0 | 41 | 70 | 234 | 107 | 32 |
| Binary | 10011 | 1110001 | 1001100 | 1010011 | 0 | 100001 | 111000 | 10011100 | 1000111 | 11010 |
Color Harmonies of #13714C
Complementary color
Monochromatic Colors of #13714C
Black with #13714C
Text Example
Text Example
White with #13714C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13714C; }
p { color: rgb(19,113,76); }
H1.HeaderClassName
{
color: #13714C;
}
.AnyTagClassName
{
color: #13714C;
}
</style>
background-color css
<style>
a { background-color: #13714C; }
a { background-color: rgb(19,113,76); }
div.DivClassName
{
background-color: #13714C;
}
.BgClassName
{
background-color: #13714C;
}
</style>
border-color css
<style>
span { border-color: #13714C; }
span { border-color: rgb(19,113,76); }
td.TdClassName
{
border-color: #13714C;
}
.TagClassName
{
border-color: #13714C;
}
</style>