Shades of Dark Spring Green #136F43
Tints of Dark Spring Green #136F43
RGB
CMYK
RGB Variations
Color information
#136F43 (or 0x136F43) is known color: Dark Spring Green. HEX triplet: 13, 6F and 43. RGB value is (19,111,67). Sum of RGB (Red+Green+Blue) = 19+111+67=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 111 (43.75% from 255 or 56.35% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 111 - color contains mainly: green. Hex color #136F43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136F43 is #EC90BC. Grayscale: #4E4E4E. Windows color (decimal): -15503549 or 4419347. OLE color: 4419347.
HSL color Cylindrical-coordinate representation of color #136F43: hue angle of 151.3º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136F43 is Cyan = 0.83, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 111 | 67 | - |
| CMYK | 0.83 | 0 | 0.40 | 0.56 |
| HSL | 151.3º | 0.71% | 0.25% | - |
| HSV(B) | 151.3º | 0.83% | 0.44% | - |
| XYZ | 6.97 | 11.91 | 7.24 | - |
| YUV | 78.48 | 121.52 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 67 | 0.83 | 0 | 0.40 | 0.56 | 151.3 | 0.71 | 0.25 |
| Hex | 13 | 6F | 43 | 53 | 0 | 28 | 38 | 97 | 47 | 19 |
| Octal | 23 | 157 | 103 | 123 | 0 | 50 | 70 | 227 | 107 | 31 |
| Binary | 10011 | 1101111 | 1000011 | 1010011 | 0 | 101000 | 111000 | 10010111 | 1000111 | 11001 |
Color Harmonies of #136F43
Complementary color
Monochromatic Colors of #136F43
Black with #136F43
Text Example
Text Example
White with #136F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136F43; }
p { color: rgb(19,111,67); }
H1.HeaderClassName
{
color: #136F43;
}
.AnyTagClassName
{
color: #136F43;
}
</style>
background-color css
<style>
a { background-color: #136F43; }
a { background-color: rgb(19,111,67); }
div.DivClassName
{
background-color: #136F43;
}
.BgClassName
{
background-color: #136F43;
}
</style>
border-color css
<style>
span { border-color: #136F43; }
span { border-color: rgb(19,111,67); }
td.TdClassName
{
border-color: #136F43;
}
.TagClassName
{
border-color: #136F43;
}
</style>