Shades of Dark Spring Green #13853D
Tints of Dark Spring Green #13853D
RGB
CMYK
RGB Variations
Color information
#13853D (or 0x13853D) is known color: Dark Spring Green. HEX triplet: 13, 85 and 3D. RGB value is (19,133,61). Sum of RGB (Red+Green+Blue) = 19+133+61=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 133 (52.34% from 255 or 62.44% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 133 - color contains mainly: green. Hex color #13853D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13853D is #EC7AC2. Grayscale: #5A5A5A. Windows color (decimal): -15497923 or 4031763. OLE color: 4031763.
HSL color Cylindrical-coordinate representation of color #13853D: hue angle of 142.11º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13853D is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 133 | 61 | - |
| CMYK | 0.86 | 0 | 0.54 | 0.48 |
| HSL | 142.11º | 0.75% | 0.3% | - |
| HSV(B) | 142.11º | 0.86% | 0.52% | - |
| XYZ | 9.5 | 17.25 | 7.24 | - |
| YUV | 90.71 | 111.23 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 133 | 61 | 0.86 | 0 | 0.54 | 0.48 | 142.11 | 0.75 | 0.3 |
| Hex | 13 | 85 | 3D | 56 | 0 | 36 | 30 | 8E | 4B | 1E |
| Octal | 23 | 205 | 75 | 126 | 0 | 66 | 60 | 216 | 113 | 36 |
| Binary | 10011 | 10000101 | 111101 | 1010110 | 0 | 110110 | 110000 | 10001110 | 1001011 | 11110 |
Color Harmonies of #13853D
Complementary color
Monochromatic Colors of #13853D
Black with #13853D
Text Example
Text Example
White with #13853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13853D; }
p { color: rgb(19,133,61); }
H1.HeaderClassName
{
color: #13853D;
}
.AnyTagClassName
{
color: #13853D;
}
</style>
background-color css
<style>
a { background-color: #13853D; }
a { background-color: rgb(19,133,61); }
div.DivClassName
{
background-color: #13853D;
}
.BgClassName
{
background-color: #13853D;
}
</style>
border-color css
<style>
span { border-color: #13853D; }
span { border-color: rgb(19,133,61); }
td.TdClassName
{
border-color: #13853D;
}
.TagClassName
{
border-color: #13853D;
}
</style>