Shades of Elf Green #13886D
Tints of Elf Green #13886D
RGB
CMYK
RGB Variations
Color information
#13886D (or 0x13886D) is known color: Elf Green. HEX triplet: 13, 88 and 6D. RGB value is (19,136,109). Sum of RGB (Red+Green+Blue) = 19+136+109=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 136 (53.52% from 255 or 51.52% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 136 - color contains mainly: green. Hex color #13886D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13886D is #EC7792. Grayscale: #616161. Windows color (decimal): -15497107 or 7178259. OLE color: 7178259.
HSL color Cylindrical-coordinate representation of color #13886D: hue angle of 166.15º 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 #13886D is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 136 | 109 | - |
| CMYK | 0.86 | 0 | 0.20 | 0.47 |
| HSL | 166.15º | 0.75% | 0.3% | - |
| HSV(B) | 166.15º | 0.86% | 0.53% | - |
| XYZ | 11.83 | 18.85 | 17.48 | - |
| YUV | 97.94 | 134.24 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 136 | 109 | 0.86 | 0 | 0.20 | 0.47 | 166.15 | 0.75 | 0.3 |
| Hex | 13 | 88 | 6D | 56 | 0 | 14 | 2F | A6 | 4B | 1E |
| Octal | 23 | 210 | 155 | 126 | 0 | 24 | 57 | 246 | 113 | 36 |
| Binary | 10011 | 10001000 | 1101101 | 1010110 | 0 | 10100 | 101111 | 10100110 | 1001011 | 11110 |
Color Harmonies of #13886D
Complementary color
Monochromatic Colors of #13886D
Black with #13886D
Text Example
Text Example
White with #13886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13886D; }
p { color: rgb(19,136,109); }
H1.HeaderClassName
{
color: #13886D;
}
.AnyTagClassName
{
color: #13886D;
}
</style>
background-color css
<style>
a { background-color: #13886D; }
a { background-color: rgb(19,136,109); }
div.DivClassName
{
background-color: #13886D;
}
.BgClassName
{
background-color: #13886D;
}
</style>
border-color css
<style>
span { border-color: #13886D; }
span { border-color: rgb(19,136,109); }
td.TdClassName
{
border-color: #13886D;
}
.TagClassName
{
border-color: #13886D;
}
</style>