Shades of Dark Spring Green #137045
Tints of Dark Spring Green #137045
RGB
CMYK
RGB Variations
Color information
#137045 (or 0x137045) is known color: Dark Spring Green. HEX triplet: 13, 70 and 45. RGB value is (19,112,69). Sum of RGB (Red+Green+Blue) = 19+112+69=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 112 (44.14% from 255 or 56% from 200); Blue value is 69 (27.34% from 255 or 34.5% from 200); Max value from RGB is 112 - color contains mainly: green. Hex color #137045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137045 is #EC8FBA. Grayscale: #4F4F4F. Windows color (decimal): -15503291 or 4550675. OLE color: 4550675.
HSL color Cylindrical-coordinate representation of color #137045: hue angle of 152.26º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137045 is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 112 | 69 | - |
| CMYK | 0.83 | 0 | 0.38 | 0.56 |
| HSL | 152.26º | 0.71% | 0.26% | - |
| HSV(B) | 152.26º | 0.83% | 0.44% | - |
| XYZ | 7.14 | 12.16 | 7.6 | - |
| YUV | 79.29 | 122.19 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 69 | 0.83 | 0 | 0.38 | 0.56 | 152.26 | 0.71 | 0.26 |
| Hex | 13 | 70 | 45 | 53 | 0 | 26 | 38 | 98 | 47 | 1A |
| Octal | 23 | 160 | 105 | 123 | 0 | 46 | 70 | 230 | 107 | 32 |
| Binary | 10011 | 1110000 | 1000101 | 1010011 | 0 | 100110 | 111000 | 10011000 | 1000111 | 11010 |
Color Harmonies of #137045
Complementary color
Monochromatic Colors of #137045
Black with #137045
Text Example
Text Example
White with #137045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137045; }
p { color: rgb(19,112,69); }
H1.HeaderClassName
{
color: #137045;
}
.AnyTagClassName
{
color: #137045;
}
</style>
background-color css
<style>
a { background-color: #137045; }
a { background-color: rgb(19,112,69); }
div.DivClassName
{
background-color: #137045;
}
.BgClassName
{
background-color: #137045;
}
</style>
border-color css
<style>
span { border-color: #137045; }
span { border-color: rgb(19,112,69); }
td.TdClassName
{
border-color: #137045;
}
.TagClassName
{
border-color: #137045;
}
</style>