Shades of Dark Spring Green #138638
Tints of Dark Spring Green #138638
RGB
CMYK
RGB Variations
Color information
#138638 (or 0x138638) is known color: Dark Spring Green. HEX triplet: 13, 86 and 38. RGB value is (19,134,56). Sum of RGB (Red+Green+Blue) = 19+134+56=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 134 (52.73% from 255 or 64.11% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 134 - color contains mainly: green. Hex color #138638 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138638 is #EC79C7. Grayscale: #5A5A5A. Windows color (decimal): -15497672 or 3704339. OLE color: 3704339.
HSL color Cylindrical-coordinate representation of color #138638: hue angle of 139.3º 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 #138638 is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 134 | 56 | - |
| CMYK | 0.86 | 0 | 0.58 | 0.47 |
| HSL | 139.3º | 0.75% | 0.3% | - |
| HSV(B) | 139.3º | 0.86% | 0.53% | - |
| XYZ | 9.51 | 17.47 | 6.61 | - |
| YUV | 90.72 | 108.4 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 134 | 56 | 0.86 | 0 | 0.58 | 0.47 | 139.3 | 0.75 | 0.3 |
| Hex | 13 | 86 | 38 | 56 | 0 | 3A | 2F | 8B | 4B | 1E |
| Octal | 23 | 206 | 70 | 126 | 0 | 72 | 57 | 213 | 113 | 36 |
| Binary | 10011 | 10000110 | 111000 | 1010110 | 0 | 111010 | 101111 | 10001011 | 1001011 | 11110 |
Color Harmonies of #138638
Complementary color
Monochromatic Colors of #138638
Black with #138638
Text Example
Text Example
White with #138638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138638; }
p { color: rgb(19,134,56); }
H1.HeaderClassName
{
color: #138638;
}
.AnyTagClassName
{
color: #138638;
}
</style>
background-color css
<style>
a { background-color: #138638; }
a { background-color: rgb(19,134,56); }
div.DivClassName
{
background-color: #138638;
}
.BgClassName
{
background-color: #138638;
}
</style>
border-color css
<style>
span { border-color: #138638; }
span { border-color: rgb(19,134,56); }
td.TdClassName
{
border-color: #138638;
}
.TagClassName
{
border-color: #138638;
}
</style>