Shades of Dark Spring Green #136D3F
Tints of Dark Spring Green #136D3F
RGB
CMYK
RGB Variations
Color information
#136D3F (or 0x136D3F) is known color: Dark Spring Green. HEX triplet: 13, 6D and 3F. RGB value is (19,109,63). Sum of RGB (Red+Green+Blue) = 19+109+63=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 109 (42.97% from 255 or 57.07% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 109 - color contains mainly: green. Hex color #136D3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136D3F is #EC92C0. Grayscale: #4C4C4C. Windows color (decimal): -15504065 or 4156691. OLE color: 4156691.
HSL color Cylindrical-coordinate representation of color #136D3F: hue angle of 149.33º degrees, saturation: 0.7, 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 #136D3F is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 109 | 63 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.57 |
| HSL | 149.33º | 0.7% | 0.25% | - |
| HSV(B) | 149.33º | 0.83% | 0.43% | - |
| XYZ | 6.63 | 11.43 | 6.56 | - |
| YUV | 76.85 | 120.18 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 63 | 0.83 | 0 | 0.42 | 0.57 | 149.33 | 0.7 | 0.25 |
| Hex | 13 | 6D | 3F | 53 | 0 | 2A | 39 | 95 | 46 | 19 |
| Octal | 23 | 155 | 77 | 123 | 0 | 52 | 71 | 225 | 106 | 31 |
| Binary | 10011 | 1101101 | 111111 | 1010011 | 0 | 101010 | 111001 | 10010101 | 1000110 | 11001 |
Color Harmonies of #136D3F
Complementary color
Monochromatic Colors of #136D3F
Black with #136D3F
Text Example
Text Example
White with #136D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136D3F; }
p { color: rgb(19,109,63); }
H1.HeaderClassName
{
color: #136D3F;
}
.AnyTagClassName
{
color: #136D3F;
}
</style>
background-color css
<style>
a { background-color: #136D3F; }
a { background-color: rgb(19,109,63); }
div.DivClassName
{
background-color: #136D3F;
}
.BgClassName
{
background-color: #136D3F;
}
</style>
border-color css
<style>
span { border-color: #136D3F; }
span { border-color: rgb(19,109,63); }
td.TdClassName
{
border-color: #136D3F;
}
.TagClassName
{
border-color: #136D3F;
}
</style>