Shades of Dark Spring Green #137238
Tints of Dark Spring Green #137238
RGB
CMYK
RGB Variations
Color information
#137238 (or 0x137238) is known color: Dark Spring Green. HEX triplet: 13, 72 and 38. RGB value is (19,114,56). Sum of RGB (Red+Green+Blue) = 19+114+56=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 114 (44.92% from 255 or 60.32% from 189); Blue value is 56 (22.27% from 255 or 29.63% from 189); Max value from RGB is 114 - color contains mainly: green. Hex color #137238 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137238 is #EC8DC7. Grayscale: #4F4F4F. Windows color (decimal): -15502792 or 3699219. OLE color: 3699219.
HSL color Cylindrical-coordinate representation of color #137238: hue angle of 143.37º degrees, saturation: 0.71, 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 #137238 is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 114 | 56 | - |
| CMYK | 0.83 | 0 | 0.51 | 0.55 |
| HSL | 143.37º | 0.71% | 0.26% | - |
| HSV(B) | 143.37º | 0.83% | 0.45% | - |
| XYZ | 7 | 12.46 | 5.78 | - |
| YUV | 78.98 | 115.03 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 114 | 56 | 0.83 | 0 | 0.51 | 0.55 | 143.37 | 0.71 | 0.26 |
| Hex | 13 | 72 | 38 | 53 | 0 | 33 | 37 | 8F | 47 | 1A |
| Octal | 23 | 162 | 70 | 123 | 0 | 63 | 67 | 217 | 107 | 32 |
| Binary | 10011 | 1110010 | 111000 | 1010011 | 0 | 110011 | 110111 | 10001111 | 1000111 | 11010 |
Color Harmonies of #137238
Complementary color
Monochromatic Colors of #137238
Black with #137238
Text Example
Text Example
White with #137238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137238; }
p { color: rgb(19,114,56); }
H1.HeaderClassName
{
color: #137238;
}
.AnyTagClassName
{
color: #137238;
}
</style>
background-color css
<style>
a { background-color: #137238; }
a { background-color: rgb(19,114,56); }
div.DivClassName
{
background-color: #137238;
}
.BgClassName
{
background-color: #137238;
}
</style>
border-color css
<style>
span { border-color: #137238; }
span { border-color: rgb(19,114,56); }
td.TdClassName
{
border-color: #137238;
}
.TagClassName
{
border-color: #137238;
}
</style>