Shades of Dark Spring Green #13863A
Tints of Dark Spring Green #13863A
RGB
CMYK
RGB Variations
Color information
#13863A (or 0x13863A) is known color: Dark Spring Green. HEX triplet: 13, 86 and 3A. RGB value is (19,134,58). Sum of RGB (Red+Green+Blue) = 19+134+58=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 134 (52.73% from 255 or 63.51% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 134 - color contains mainly: green. Hex color #13863A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13863A is #EC79C5. Grayscale: #5B5B5B. Windows color (decimal): -15497670 or 3835411. OLE color: 3835411.
HSL color Cylindrical-coordinate representation of color #13863A: hue angle of 140.35º 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 #13863A is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 134 | 58 | - |
| CMYK | 0.86 | 0 | 0.57 | 0.47 |
| HSL | 140.35º | 0.75% | 0.3% | - |
| HSV(B) | 140.35º | 0.86% | 0.53% | - |
| XYZ | 9.56 | 17.49 | 6.88 | - |
| YUV | 90.95 | 109.4 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 134 | 58 | 0.86 | 0 | 0.57 | 0.47 | 140.35 | 0.75 | 0.3 |
| Hex | 13 | 86 | 3A | 56 | 0 | 39 | 2F | 8C | 4B | 1E |
| Octal | 23 | 206 | 72 | 126 | 0 | 71 | 57 | 214 | 113 | 36 |
| Binary | 10011 | 10000110 | 111010 | 1010110 | 0 | 111001 | 101111 | 10001100 | 1001011 | 11110 |
Color Harmonies of #13863A
Complementary color
Monochromatic Colors of #13863A
Black with #13863A
Text Example
Text Example
White with #13863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13863A; }
p { color: rgb(19,134,58); }
H1.HeaderClassName
{
color: #13863A;
}
.AnyTagClassName
{
color: #13863A;
}
</style>
background-color css
<style>
a { background-color: #13863A; }
a { background-color: rgb(19,134,58); }
div.DivClassName
{
background-color: #13863A;
}
.BgClassName
{
background-color: #13863A;
}
</style>
border-color css
<style>
span { border-color: #13863A; }
span { border-color: rgb(19,134,58); }
td.TdClassName
{
border-color: #13863A;
}
.TagClassName
{
border-color: #13863A;
}
</style>