Shades of Dark Spring Green #138535
Tints of Dark Spring Green #138535
RGB
CMYK
RGB Variations
Color information
#138535 (or 0x138535) is known color: Dark Spring Green. HEX triplet: 13, 85 and 35. RGB value is (19,133,53). Sum of RGB (Red+Green+Blue) = 19+133+53=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 133 (52.34% from 255 or 64.88% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 133 - color contains mainly: green. Hex color #138535 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138535 is #EC7ACA. Grayscale: #5A5A5A. Windows color (decimal): -15497931 or 3507475. OLE color: 3507475.
HSL color Cylindrical-coordinate representation of color #138535: hue angle of 137.89º 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 #138535 is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 133 | 53 | - |
| CMYK | 0.86 | 0 | 0.60 | 0.48 |
| HSL | 137.89º | 0.75% | 0.3% | - |
| HSV(B) | 137.89º | 0.86% | 0.52% | - |
| XYZ | 9.3 | 17.17 | 6.19 | - |
| YUV | 89.79 | 107.23 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 133 | 53 | 0.86 | 0 | 0.60 | 0.48 | 137.89 | 0.75 | 0.3 |
| Hex | 13 | 85 | 35 | 56 | 0 | 3C | 30 | 8A | 4B | 1E |
| Octal | 23 | 205 | 65 | 126 | 0 | 74 | 60 | 212 | 113 | 36 |
| Binary | 10011 | 10000101 | 110101 | 1010110 | 0 | 111100 | 110000 | 10001010 | 1001011 | 11110 |
Color Harmonies of #138535
Complementary color
Monochromatic Colors of #138535
Black with #138535
Text Example
Text Example
White with #138535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138535; }
p { color: rgb(19,133,53); }
H1.HeaderClassName
{
color: #138535;
}
.AnyTagClassName
{
color: #138535;
}
</style>
background-color css
<style>
a { background-color: #138535; }
a { background-color: rgb(19,133,53); }
div.DivClassName
{
background-color: #138535;
}
.BgClassName
{
background-color: #138535;
}
</style>
border-color css
<style>
span { border-color: #138535; }
span { border-color: rgb(19,133,53); }
td.TdClassName
{
border-color: #138535;
}
.TagClassName
{
border-color: #138535;
}
</style>