Shades of Dark Spring Green #137346
Tints of Dark Spring Green #137346
RGB
CMYK
RGB Variations
Color information
#137346 (or 0x137346) is known color: Dark Spring Green. HEX triplet: 13, 73 and 46. RGB value is (19,115,70). Sum of RGB (Red+Green+Blue) = 19+115+70=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 115 (45.31% from 255 or 56.37% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 115 - color contains mainly: green. Hex color #137346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137346 is #EC8CB9. Grayscale: #515151. Windows color (decimal): -15502522 or 4616979. OLE color: 4616979.
HSL color Cylindrical-coordinate representation of color #137346: hue angle of 151.88º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137346 is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 115 | 70 | - |
| CMYK | 0.83 | 0 | 0.39 | 0.55 |
| HSL | 151.88º | 0.72% | 0.26% | - |
| HSV(B) | 151.88º | 0.83% | 0.45% | - |
| XYZ | 7.5 | 12.84 | 7.88 | - |
| YUV | 81.17 | 121.7 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 115 | 70 | 0.83 | 0 | 0.39 | 0.55 | 151.88 | 0.72 | 0.26 |
| Hex | 13 | 73 | 46 | 53 | 0 | 27 | 37 | 98 | 48 | 1A |
| Octal | 23 | 163 | 106 | 123 | 0 | 47 | 67 | 230 | 110 | 32 |
| Binary | 10011 | 1110011 | 1000110 | 1010011 | 0 | 100111 | 110111 | 10011000 | 1001000 | 11010 |
Color Harmonies of #137346
Complementary color
Monochromatic Colors of #137346
Black with #137346
Text Example
Text Example
White with #137346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137346; }
p { color: rgb(19,115,70); }
H1.HeaderClassName
{
color: #137346;
}
.AnyTagClassName
{
color: #137346;
}
</style>
background-color css
<style>
a { background-color: #137346; }
a { background-color: rgb(19,115,70); }
div.DivClassName
{
background-color: #137346;
}
.BgClassName
{
background-color: #137346;
}
</style>
border-color css
<style>
span { border-color: #137346; }
span { border-color: rgb(19,115,70); }
td.TdClassName
{
border-color: #137346;
}
.TagClassName
{
border-color: #137346;
}
</style>