Shades of Dark Spring Green #138A36
Tints of Dark Spring Green #138A36
RGB
CMYK
RGB Variations
Color information
#138A36 (or 0x138A36) is known color: Dark Spring Green. HEX triplet: 13, 8A and 36. RGB value is (19,138,54). Sum of RGB (Red+Green+Blue) = 19+138+54=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 138 (54.30% from 255 or 65.40% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 138 - color contains mainly: green. Hex color #138A36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138A36 is #EC75C9. Grayscale: #5D5D5D. Windows color (decimal): -15496650 or 3574291. OLE color: 3574291.
HSL color Cylindrical-coordinate representation of color #138A36: hue angle of 137.65º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138A36 is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 138 | 54 | - |
| CMYK | 0.86 | 0 | 0.61 | 0.46 |
| HSL | 137.65º | 0.76% | 0.31% | - |
| HSV(B) | 137.65º | 0.86% | 0.54% | - |
| XYZ | 10.02 | 18.58 | 6.55 | - |
| YUV | 92.84 | 106.08 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 54 | 0.86 | 0 | 0.61 | 0.46 | 137.65 | 0.76 | 0.31 |
| Hex | 13 | 8A | 36 | 56 | 0 | 3D | 2E | 8A | 4C | 1F |
| Octal | 23 | 212 | 66 | 126 | 0 | 75 | 56 | 212 | 114 | 37 |
| Binary | 10011 | 10001010 | 110110 | 1010110 | 0 | 111101 | 101110 | 10001010 | 1001100 | 11111 |
Color Harmonies of #138A36
Complementary color
Monochromatic Colors of #138A36
Black with #138A36
Text Example
Text Example
White with #138A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138A36; }
p { color: rgb(19,138,54); }
H1.HeaderClassName
{
color: #138A36;
}
.AnyTagClassName
{
color: #138A36;
}
</style>
background-color css
<style>
a { background-color: #138A36; }
a { background-color: rgb(19,138,54); }
div.DivClassName
{
background-color: #138A36;
}
.BgClassName
{
background-color: #138A36;
}
</style>
border-color css
<style>
span { border-color: #138A36; }
span { border-color: rgb(19,138,54); }
td.TdClassName
{
border-color: #138A36;
}
.TagClassName
{
border-color: #138A36;
}
</style>