Shades of Dark Spring Green #137438
Tints of Dark Spring Green #137438
RGB
CMYK
RGB Variations
Color information
#137438 (or 0x137438) is known color: Dark Spring Green. HEX triplet: 13, 74 and 38. RGB value is (19,116,56). Sum of RGB (Red+Green+Blue) = 19+116+56=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 116 (45.70% from 255 or 60.73% from 191); Blue value is 56 (22.27% from 255 or 29.32% from 191); Max value from RGB is 116 - color contains mainly: green. Hex color #137438 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137438 is #EC8BC7. Grayscale: #505050. Windows color (decimal): -15502280 or 3699731. OLE color: 3699731.
HSL color Cylindrical-coordinate representation of color #137438: hue angle of 142.89º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137438 is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 116 | 56 | - |
| CMYK | 0.84 | 0 | 0.52 | 0.55 |
| HSL | 142.89º | 0.72% | 0.26% | - |
| HSV(B) | 142.89º | 0.84% | 0.45% | - |
| XYZ | 7.23 | 12.91 | 5.85 | - |
| YUV | 80.16 | 114.36 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 56 | 0.84 | 0 | 0.52 | 0.55 | 142.89 | 0.72 | 0.26 |
| Hex | 13 | 74 | 38 | 54 | 0 | 34 | 37 | 8F | 48 | 1A |
| Octal | 23 | 164 | 70 | 124 | 0 | 64 | 67 | 217 | 110 | 32 |
| Binary | 10011 | 1110100 | 111000 | 1010100 | 0 | 110100 | 110111 | 10001111 | 1001000 | 11010 |
Color Harmonies of #137438
Complementary color
Monochromatic Colors of #137438
Black with #137438
Text Example
Text Example
White with #137438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137438; }
p { color: rgb(19,116,56); }
H1.HeaderClassName
{
color: #137438;
}
.AnyTagClassName
{
color: #137438;
}
</style>
background-color css
<style>
a { background-color: #137438; }
a { background-color: rgb(19,116,56); }
div.DivClassName
{
background-color: #137438;
}
.BgClassName
{
background-color: #137438;
}
</style>
border-color css
<style>
span { border-color: #137438; }
span { border-color: rgb(19,116,56); }
td.TdClassName
{
border-color: #137438;
}
.TagClassName
{
border-color: #137438;
}
</style>