Shades of Dark Spring Green #138839
Tints of Dark Spring Green #138839
RGB
CMYK
RGB Variations
Color information
#138839 (or 0x138839) is known color: Dark Spring Green. HEX triplet: 13, 88 and 39. RGB value is (19,136,57). Sum of RGB (Red+Green+Blue) = 19+136+57=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 136 (53.52% from 255 or 64.15% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 136 - color contains mainly: green. Hex color #138839 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138839 is #EC77C6. Grayscale: #5C5C5C. Windows color (decimal): -15497159 or 3770387. OLE color: 3770387.
HSL color Cylindrical-coordinate representation of color #138839: hue angle of 139.49º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138839 is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 136 | 57 | - |
| CMYK | 0.86 | 0 | 0.58 | 0.47 |
| HSL | 139.49º | 0.75% | 0.3% | - |
| HSV(B) | 139.49º | 0.86% | 0.53% | - |
| XYZ | 9.81 | 18.04 | 6.84 | - |
| YUV | 92.01 | 108.24 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 136 | 57 | 0.86 | 0 | 0.58 | 0.47 | 139.49 | 0.75 | 0.3 |
| Hex | 13 | 88 | 39 | 56 | 0 | 3A | 2F | 8B | 4B | 1E |
| Octal | 23 | 210 | 71 | 126 | 0 | 72 | 57 | 213 | 113 | 36 |
| Binary | 10011 | 10001000 | 111001 | 1010110 | 0 | 111010 | 101111 | 10001011 | 1001011 | 11110 |
Color Harmonies of #138839
Complementary color
Monochromatic Colors of #138839
Black with #138839
Text Example
Text Example
White with #138839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138839; }
p { color: rgb(19,136,57); }
H1.HeaderClassName
{
color: #138839;
}
.AnyTagClassName
{
color: #138839;
}
</style>
background-color css
<style>
a { background-color: #138839; }
a { background-color: rgb(19,136,57); }
div.DivClassName
{
background-color: #138839;
}
.BgClassName
{
background-color: #138839;
}
</style>
border-color css
<style>
span { border-color: #138839; }
span { border-color: rgb(19,136,57); }
td.TdClassName
{
border-color: #138839;
}
.TagClassName
{
border-color: #138839;
}
</style>