Shades of Dark Spring Green #13873B
Tints of Dark Spring Green #13873B
RGB
CMYK
RGB Variations
Color information
#13873B (or 0x13873B) is known color: Dark Spring Green. HEX triplet: 13, 87 and 3B. RGB value is (19,135,59). Sum of RGB (Red+Green+Blue) = 19+135+59=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 135 (53.12% from 255 or 63.38% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 135 - color contains mainly: green. Hex color #13873B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13873B is #EC78C4. Grayscale: #5B5B5B. Windows color (decimal): -15497413 or 3901203. OLE color: 3901203.
HSL color Cylindrical-coordinate representation of color #13873B: hue angle of 140.69º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13873B is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 135 | 59 | - |
| CMYK | 0.86 | 0 | 0.56 | 0.47 |
| HSL | 140.69º | 0.75% | 0.3% | - |
| HSV(B) | 140.69º | 0.86% | 0.53% | - |
| XYZ | 9.72 | 17.78 | 7.06 | - |
| YUV | 91.65 | 109.57 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 135 | 59 | 0.86 | 0 | 0.56 | 0.47 | 140.69 | 0.75 | 0.3 |
| Hex | 13 | 87 | 3B | 56 | 0 | 38 | 2F | 8D | 4B | 1E |
| Octal | 23 | 207 | 73 | 126 | 0 | 70 | 57 | 215 | 113 | 36 |
| Binary | 10011 | 10000111 | 111011 | 1010110 | 0 | 111000 | 101111 | 10001101 | 1001011 | 11110 |
Color Harmonies of #13873B
Complementary color
Monochromatic Colors of #13873B
Black with #13873B
Text Example
Text Example
White with #13873B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13873B; }
p { color: rgb(19,135,59); }
H1.HeaderClassName
{
color: #13873B;
}
.AnyTagClassName
{
color: #13873B;
}
</style>
background-color css
<style>
a { background-color: #13873B; }
a { background-color: rgb(19,135,59); }
div.DivClassName
{
background-color: #13873B;
}
.BgClassName
{
background-color: #13873B;
}
</style>
border-color css
<style>
span { border-color: #13873B; }
span { border-color: rgb(19,135,59); }
td.TdClassName
{
border-color: #13873B;
}
.TagClassName
{
border-color: #13873B;
}
</style>