Shades of Dark Spring Green #137A3B
Tints of Dark Spring Green #137A3B
RGB
CMYK
RGB Variations
Color information
#137A3B (or 0x137A3B) is known color: Dark Spring Green. HEX triplet: 13, 7A and 3B. RGB value is (19,122,59). Sum of RGB (Red+Green+Blue) = 19+122+59=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 122 (48.05% from 255 or 61% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 122 - color contains mainly: green. Hex color #137A3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137A3B is #EC85C4. Grayscale: #545454. Windows color (decimal): -15500741 or 3897875. OLE color: 3897875.
HSL color Cylindrical-coordinate representation of color #137A3B: hue angle of 143.3º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137A3B is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 122 | 59 | - |
| CMYK | 0.84 | 0 | 0.52 | 0.52 |
| HSL | 143.3º | 0.73% | 0.28% | - |
| HSV(B) | 143.3º | 0.84% | 0.48% | - |
| XYZ | 8.02 | 14.37 | 6.49 | - |
| YUV | 84.02 | 113.88 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 59 | 0.84 | 0 | 0.52 | 0.52 | 143.3 | 0.73 | 0.28 |
| Hex | 13 | 7A | 3B | 54 | 0 | 34 | 34 | 8F | 49 | 1C |
| Octal | 23 | 172 | 73 | 124 | 0 | 64 | 64 | 217 | 111 | 34 |
| Binary | 10011 | 1111010 | 111011 | 1010100 | 0 | 110100 | 110100 | 10001111 | 1001001 | 11100 |
Color Harmonies of #137A3B
Complementary color
Monochromatic Colors of #137A3B
Black with #137A3B
Text Example
Text Example
White with #137A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137A3B; }
p { color: rgb(19,122,59); }
H1.HeaderClassName
{
color: #137A3B;
}
.AnyTagClassName
{
color: #137A3B;
}
</style>
background-color css
<style>
a { background-color: #137A3B; }
a { background-color: rgb(19,122,59); }
div.DivClassName
{
background-color: #137A3B;
}
.BgClassName
{
background-color: #137A3B;
}
</style>
border-color css
<style>
span { border-color: #137A3B; }
span { border-color: rgb(19,122,59); }
td.TdClassName
{
border-color: #137A3B;
}
.TagClassName
{
border-color: #137A3B;
}
</style>