Shades of Dark Spring Green #136E41
Tints of Dark Spring Green #136E41
RGB
CMYK
RGB Variations
Color information
#136E41 (or 0x136E41) is known color: Dark Spring Green. HEX triplet: 13, 6E and 41. RGB value is (19,110,65). Sum of RGB (Red+Green+Blue) = 19+110+65=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 110 (43.36% from 255 or 56.70% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 110 - color contains mainly: green. Hex color #136E41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136E41 is #EC91BE. Grayscale: #4D4D4D. Windows color (decimal): -15503807 or 4288019. OLE color: 4288019.
HSL color Cylindrical-coordinate representation of color #136E41: hue angle of 150.33º 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 #136E41 is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 110 | 65 | - |
| CMYK | 0.83 | 0 | 0.41 | 0.57 |
| HSL | 150.33º | 0.71% | 0.25% | - |
| HSV(B) | 150.33º | 0.83% | 0.43% | - |
| XYZ | 6.8 | 11.67 | 6.9 | - |
| YUV | 77.66 | 120.85 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 65 | 0.83 | 0 | 0.41 | 0.57 | 150.33 | 0.71 | 0.25 |
| Hex | 13 | 6E | 41 | 53 | 0 | 29 | 39 | 96 | 47 | 19 |
| Octal | 23 | 156 | 101 | 123 | 0 | 51 | 71 | 226 | 107 | 31 |
| Binary | 10011 | 1101110 | 1000001 | 1010011 | 0 | 101001 | 111001 | 10010110 | 1000111 | 11001 |
Color Harmonies of #136E41
Complementary color
Monochromatic Colors of #136E41
Black with #136E41
Text Example
Text Example
White with #136E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136E41; }
p { color: rgb(19,110,65); }
H1.HeaderClassName
{
color: #136E41;
}
.AnyTagClassName
{
color: #136E41;
}
</style>
background-color css
<style>
a { background-color: #136E41; }
a { background-color: rgb(19,110,65); }
div.DivClassName
{
background-color: #136E41;
}
.BgClassName
{
background-color: #136E41;
}
</style>
border-color css
<style>
span { border-color: #136E41; }
span { border-color: rgb(19,110,65); }
td.TdClassName
{
border-color: #136E41;
}
.TagClassName
{
border-color: #136E41;
}
</style>