Shades of Dark Spring Green #137343
Tints of Dark Spring Green #137343
RGB
CMYK
RGB Variations
Color information
#137343 (or 0x137343) is known color: Dark Spring Green. HEX triplet: 13, 73 and 43. RGB value is (19,115,67). Sum of RGB (Red+Green+Blue) = 19+115+67=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 115 (45.31% from 255 or 57.21% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 115 - color contains mainly: green. Hex color #137343 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137343 is #EC8CBC. Grayscale: #505050. Windows color (decimal): -15502525 or 4420371. OLE color: 4420371.
HSL color Cylindrical-coordinate representation of color #137343: hue angle of 150º 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 #137343 is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 115 | 67 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.55 |
| HSL | 150º | 0.72% | 0.26% | - |
| HSV(B) | 150º | 0.83% | 0.45% | - |
| XYZ | 7.41 | 12.81 | 7.39 | - |
| YUV | 80.82 | 120.2 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 115 | 67 | 0.83 | 0 | 0.42 | 0.55 | 150 | 0.72 | 0.26 |
| Hex | 13 | 73 | 43 | 53 | 0 | 2A | 37 | 96 | 48 | 1A |
| Octal | 23 | 163 | 103 | 123 | 0 | 52 | 67 | 226 | 110 | 32 |
| Binary | 10011 | 1110011 | 1000011 | 1010011 | 0 | 101010 | 110111 | 10010110 | 1001000 | 11010 |
Color Harmonies of #137343
Complementary color
Monochromatic Colors of #137343
Black with #137343
Text Example
Text Example
White with #137343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137343; }
p { color: rgb(19,115,67); }
H1.HeaderClassName
{
color: #137343;
}
.AnyTagClassName
{
color: #137343;
}
</style>
background-color css
<style>
a { background-color: #137343; }
a { background-color: rgb(19,115,67); }
div.DivClassName
{
background-color: #137343;
}
.BgClassName
{
background-color: #137343;
}
</style>
border-color css
<style>
span { border-color: #137343; }
span { border-color: rgb(19,115,67); }
td.TdClassName
{
border-color: #137343;
}
.TagClassName
{
border-color: #137343;
}
</style>