Shades of Dark Spring Green #136E3F
Tints of Dark Spring Green #136E3F
RGB
CMYK
RGB Variations
Color information
#136E3F (or 0x136E3F) is known color: Dark Spring Green. HEX triplet: 13, 6E and 3F. RGB value is (19,110,63). Sum of RGB (Red+Green+Blue) = 19+110+63=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 110 (43.36% from 255 or 57.29% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 110 - color contains mainly: green. Hex color #136E3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136E3F is #EC91C0. Grayscale: #4D4D4D. Windows color (decimal): -15503809 or 4156947. OLE color: 4156947.
HSL color Cylindrical-coordinate representation of color #136E3F: hue angle of 149.01º 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 #136E3F is Cyan = 0.83, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 110 | 63 | - |
| CMYK | 0.83 | 0 | 0.43 | 0.57 |
| HSL | 149.01º | 0.71% | 0.25% | - |
| HSV(B) | 149.01º | 0.83% | 0.43% | - |
| XYZ | 6.74 | 11.65 | 6.6 | - |
| YUV | 77.43 | 119.85 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 63 | 0.83 | 0 | 0.43 | 0.57 | 149.01 | 0.71 | 0.25 |
| Hex | 13 | 6E | 3F | 53 | 0 | 2B | 39 | 95 | 47 | 19 |
| Octal | 23 | 156 | 77 | 123 | 0 | 53 | 71 | 225 | 107 | 31 |
| Binary | 10011 | 1101110 | 111111 | 1010011 | 0 | 101011 | 111001 | 10010101 | 1000111 | 11001 |
Color Harmonies of #136E3F
Complementary color
Monochromatic Colors of #136E3F
Black with #136E3F
Text Example
Text Example
White with #136E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136E3F; }
p { color: rgb(19,110,63); }
H1.HeaderClassName
{
color: #136E3F;
}
.AnyTagClassName
{
color: #136E3F;
}
</style>
background-color css
<style>
a { background-color: #136E3F; }
a { background-color: rgb(19,110,63); }
div.DivClassName
{
background-color: #136E3F;
}
.BgClassName
{
background-color: #136E3F;
}
</style>
border-color css
<style>
span { border-color: #136E3F; }
span { border-color: rgb(19,110,63); }
td.TdClassName
{
border-color: #136E3F;
}
.TagClassName
{
border-color: #136E3F;
}
</style>