Shades of Dark Spring Green #137442
Tints of Dark Spring Green #137442
RGB
CMYK
RGB Variations
Color information
#137442 (or 0x137442) is known color: Dark Spring Green. HEX triplet: 13, 74 and 42. RGB value is (19,116,66). Sum of RGB (Red+Green+Blue) = 19+116+66=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 116 (45.70% from 255 or 57.71% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 116 - color contains mainly: green. Hex color #137442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137442 is #EC8BBD. Grayscale: #515151. Windows color (decimal): -15502270 or 4355091. OLE color: 4355091.
HSL color Cylindrical-coordinate representation of color #137442: hue angle of 149.07º 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 #137442 is Cyan = 0.84, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 116 | 66 | - |
| CMYK | 0.84 | 0 | 0.43 | 0.55 |
| HSL | 149.07º | 0.72% | 0.26% | - |
| HSV(B) | 149.07º | 0.84% | 0.45% | - |
| XYZ | 7.5 | 13.02 | 7.27 | - |
| YUV | 81.3 | 119.36 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 66 | 0.84 | 0 | 0.43 | 0.55 | 149.07 | 0.72 | 0.26 |
| Hex | 13 | 74 | 42 | 54 | 0 | 2B | 37 | 95 | 48 | 1A |
| Octal | 23 | 164 | 102 | 124 | 0 | 53 | 67 | 225 | 110 | 32 |
| Binary | 10011 | 1110100 | 1000010 | 1010100 | 0 | 101011 | 110111 | 10010101 | 1001000 | 11010 |
Color Harmonies of #137442
Complementary color
Monochromatic Colors of #137442
Black with #137442
Text Example
Text Example
White with #137442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137442; }
p { color: rgb(19,116,66); }
H1.HeaderClassName
{
color: #137442;
}
.AnyTagClassName
{
color: #137442;
}
</style>
background-color css
<style>
a { background-color: #137442; }
a { background-color: rgb(19,116,66); }
div.DivClassName
{
background-color: #137442;
}
.BgClassName
{
background-color: #137442;
}
</style>
border-color css
<style>
span { border-color: #137442; }
span { border-color: rgb(19,116,66); }
td.TdClassName
{
border-color: #137442;
}
.TagClassName
{
border-color: #137442;
}
</style>