Shades of Dark Spring Green #138636
Tints of Dark Spring Green #138636
RGB
CMYK
RGB Variations
Color information
#138636 (or 0x138636) is known color: Dark Spring Green. HEX triplet: 13, 86 and 36. RGB value is (19,134,54). Sum of RGB (Red+Green+Blue) = 19+134+54=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 134 (52.73% from 255 or 64.73% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 134 - color contains mainly: green. Hex color #138636 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138636 is #EC79C9. Grayscale: #5A5A5A. Windows color (decimal): -15497674 or 3573267. OLE color: 3573267.
HSL color Cylindrical-coordinate representation of color #138636: hue angle of 138.26º 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 #138636 is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 134 | 54 | - |
| CMYK | 0.86 | 0 | 0.60 | 0.47 |
| HSL | 138.26º | 0.75% | 0.3% | - |
| HSV(B) | 138.26º | 0.86% | 0.53% | - |
| XYZ | 9.46 | 17.45 | 6.36 | - |
| YUV | 90.5 | 107.4 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 134 | 54 | 0.86 | 0 | 0.60 | 0.47 | 138.26 | 0.75 | 0.3 |
| Hex | 13 | 86 | 36 | 56 | 0 | 3C | 2F | 8A | 4B | 1E |
| Octal | 23 | 206 | 66 | 126 | 0 | 74 | 57 | 212 | 113 | 36 |
| Binary | 10011 | 10000110 | 110110 | 1010110 | 0 | 111100 | 101111 | 10001010 | 1001011 | 11110 |
Color Harmonies of #138636
Complementary color
Monochromatic Colors of #138636
Black with #138636
Text Example
Text Example
White with #138636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138636; }
p { color: rgb(19,134,54); }
H1.HeaderClassName
{
color: #138636;
}
.AnyTagClassName
{
color: #138636;
}
</style>
background-color css
<style>
a { background-color: #138636; }
a { background-color: rgb(19,134,54); }
div.DivClassName
{
background-color: #138636;
}
.BgClassName
{
background-color: #138636;
}
</style>
border-color css
<style>
span { border-color: #138636; }
span { border-color: rgb(19,134,54); }
td.TdClassName
{
border-color: #138636;
}
.TagClassName
{
border-color: #138636;
}
</style>