Shades of Dark Spring Green #137B41
Tints of Dark Spring Green #137B41
RGB
CMYK
RGB Variations
Color information
#137B41 (or 0x137B41) is known color: Dark Spring Green. HEX triplet: 13, 7B and 41. RGB value is (19,123,65). Sum of RGB (Red+Green+Blue) = 19+123+65=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 123 (48.44% from 255 or 59.42% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 123 - color contains mainly: green. Hex color #137B41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137B41 is #EC84BE. Grayscale: #555555. Windows color (decimal): -15500479 or 4291347. OLE color: 4291347.
HSL color Cylindrical-coordinate representation of color #137B41: hue angle of 146.54º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137B41 is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 123 | 65 | - |
| CMYK | 0.85 | 0 | 0.47 | 0.52 |
| HSL | 146.54º | 0.73% | 0.28% | - |
| HSV(B) | 146.54º | 0.85% | 0.48% | - |
| XYZ | 8.31 | 14.69 | 7.4 | - |
| YUV | 85.29 | 116.54 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 65 | 0.85 | 0 | 0.47 | 0.52 | 146.54 | 0.73 | 0.28 |
| Hex | 13 | 7B | 41 | 55 | 0 | 2F | 34 | 93 | 49 | 1C |
| Octal | 23 | 173 | 101 | 125 | 0 | 57 | 64 | 223 | 111 | 34 |
| Binary | 10011 | 1111011 | 1000001 | 1010101 | 0 | 101111 | 110100 | 10010011 | 1001001 | 11100 |
Color Harmonies of #137B41
Complementary color
Monochromatic Colors of #137B41
Black with #137B41
Text Example
Text Example
White with #137B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137B41; }
p { color: rgb(19,123,65); }
H1.HeaderClassName
{
color: #137B41;
}
.AnyTagClassName
{
color: #137B41;
}
</style>
background-color css
<style>
a { background-color: #137B41; }
a { background-color: rgb(19,123,65); }
div.DivClassName
{
background-color: #137B41;
}
.BgClassName
{
background-color: #137B41;
}
</style>
border-color css
<style>
span { border-color: #137B41; }
span { border-color: rgb(19,123,65); }
td.TdClassName
{
border-color: #137B41;
}
.TagClassName
{
border-color: #137B41;
}
</style>