Shades of Dark Spring Green #136E3E
Tints of Dark Spring Green #136E3E
RGB
CMYK
RGB Variations
Color information
#136E3E (or 0x136E3E) is known color: Dark Spring Green. HEX triplet: 13, 6E and 3E. RGB value is (19,110,62). Sum of RGB (Red+Green+Blue) = 19+110+62=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 110 (43.36% from 255 or 57.59% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 110 - color contains mainly: green. Hex color #136E3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136E3E is #EC91C1. Grayscale: #4D4D4D. Windows color (decimal): -15503810 or 4091411. OLE color: 4091411.
HSL color Cylindrical-coordinate representation of color #136E3E: hue angle of 148.35º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136E3E is Cyan = 0.83, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 110 | 62 | - |
| CMYK | 0.83 | 0 | 0.44 | 0.57 |
| HSL | 148.35º | 0.71% | 0.25% | - |
| HSV(B) | 148.35º | 0.83% | 0.43% | - |
| XYZ | 6.71 | 11.64 | 6.45 | - |
| YUV | 77.32 | 119.35 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 62 | 0.83 | 0 | 0.44 | 0.57 | 148.35 | 0.71 | 0.25 |
| Hex | 13 | 6E | 3E | 53 | 0 | 2C | 39 | 94 | 47 | 19 |
| Octal | 23 | 156 | 76 | 123 | 0 | 54 | 71 | 224 | 107 | 31 |
| Binary | 10011 | 1101110 | 111110 | 1010011 | 0 | 101100 | 111001 | 10010100 | 1000111 | 11001 |
Color Harmonies of #136E3E
Complementary color
Monochromatic Colors of #136E3E
Black with #136E3E
Text Example
Text Example
White with #136E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136E3E; }
p { color: rgb(19,110,62); }
H1.HeaderClassName
{
color: #136E3E;
}
.AnyTagClassName
{
color: #136E3E;
}
</style>
background-color css
<style>
a { background-color: #136E3E; }
a { background-color: rgb(19,110,62); }
div.DivClassName
{
background-color: #136E3E;
}
.BgClassName
{
background-color: #136E3E;
}
</style>
border-color css
<style>
span { border-color: #136E3E; }
span { border-color: rgb(19,110,62); }
td.TdClassName
{
border-color: #136E3E;
}
.TagClassName
{
border-color: #136E3E;
}
</style>