Shades of Dark Spring Green #137A3D
Tints of Dark Spring Green #137A3D
RGB
CMYK
RGB Variations
Color information
#137A3D (or 0x137A3D) is known color: Dark Spring Green. HEX triplet: 13, 7A and 3D. RGB value is (19,122,61). Sum of RGB (Red+Green+Blue) = 19+122+61=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 122 (48.05% from 255 or 60.40% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 122 - color contains mainly: green. Hex color #137A3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137A3D is #EC85C2. Grayscale: #545454. Windows color (decimal): -15500739 or 4028947. OLE color: 4028947.
HSL color Cylindrical-coordinate representation of color #137A3D: hue angle of 144.47º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137A3D is Cyan = 0.84, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 122 | 61 | - |
| CMYK | 0.84 | 0 | 0.50 | 0.52 |
| HSL | 144.47º | 0.73% | 0.28% | - |
| HSV(B) | 144.47º | 0.84% | 0.48% | - |
| XYZ | 8.07 | 14.39 | 6.77 | - |
| YUV | 84.25 | 114.88 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 61 | 0.84 | 0 | 0.50 | 0.52 | 144.47 | 0.73 | 0.28 |
| Hex | 13 | 7A | 3D | 54 | 0 | 32 | 34 | 90 | 49 | 1C |
| Octal | 23 | 172 | 75 | 124 | 0 | 62 | 64 | 220 | 111 | 34 |
| Binary | 10011 | 1111010 | 111101 | 1010100 | 0 | 110010 | 110100 | 10010000 | 1001001 | 11100 |
Color Harmonies of #137A3D
Complementary color
Monochromatic Colors of #137A3D
Black with #137A3D
Text Example
Text Example
White with #137A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137A3D; }
p { color: rgb(19,122,61); }
H1.HeaderClassName
{
color: #137A3D;
}
.AnyTagClassName
{
color: #137A3D;
}
</style>
background-color css
<style>
a { background-color: #137A3D; }
a { background-color: rgb(19,122,61); }
div.DivClassName
{
background-color: #137A3D;
}
.BgClassName
{
background-color: #137A3D;
}
</style>
border-color css
<style>
span { border-color: #137A3D; }
span { border-color: rgb(19,122,61); }
td.TdClassName
{
border-color: #137A3D;
}
.TagClassName
{
border-color: #137A3D;
}
</style>