Shades of Dark Spring Green #138336
Tints of Dark Spring Green #138336
RGB
CMYK
RGB Variations
Color information
#138336 (or 0x138336) is known color: Dark Spring Green. HEX triplet: 13, 83 and 36. RGB value is (19,131,54). Sum of RGB (Red+Green+Blue) = 19+131+54=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 131 (51.56% from 255 or 64.22% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 131 - color contains mainly: green. Hex color #138336 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138336 is #EC7CC9. Grayscale: #585858. Windows color (decimal): -15498442 or 3572499. OLE color: 3572499.
HSL color Cylindrical-coordinate representation of color #138336: hue angle of 138.75º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138336 is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 131 | 54 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.49 |
| HSL | 138.75º | 0.75% | 0.29% | - |
| HSV(B) | 138.75º | 0.85% | 0.51% | - |
| XYZ | 9.05 | 16.64 | 6.22 | - |
| YUV | 88.73 | 108.39 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 131 | 54 | 0.85 | 0 | 0.59 | 0.49 | 138.75 | 0.75 | 0.29 |
| Hex | 13 | 83 | 36 | 55 | 0 | 3B | 31 | 8B | 4B | 1D |
| Octal | 23 | 203 | 66 | 125 | 0 | 73 | 61 | 213 | 113 | 35 |
| Binary | 10011 | 10000011 | 110110 | 1010101 | 0 | 111011 | 110001 | 10001011 | 1001011 | 11101 |
Color Harmonies of #138336
Complementary color
Monochromatic Colors of #138336
Black with #138336
Text Example
Text Example
White with #138336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138336; }
p { color: rgb(19,131,54); }
H1.HeaderClassName
{
color: #138336;
}
.AnyTagClassName
{
color: #138336;
}
</style>
background-color css
<style>
a { background-color: #138336; }
a { background-color: rgb(19,131,54); }
div.DivClassName
{
background-color: #138336;
}
.BgClassName
{
background-color: #138336;
}
</style>
border-color css
<style>
span { border-color: #138336; }
span { border-color: rgb(19,131,54); }
td.TdClassName
{
border-color: #138336;
}
.TagClassName
{
border-color: #138336;
}
</style>