Shades of Elf Green #13866C
Tints of Elf Green #13866C
RGB
CMYK
RGB Variations
Color information
#13866C (or 0x13866C) is known color: Elf Green. HEX triplet: 13, 86 and 6C. RGB value is (19,134,108). Sum of RGB (Red+Green+Blue) = 19+134+108=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 134 (52.73% from 255 or 51.34% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 134 - color contains mainly: green. Hex color #13866C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13866C is #EC7993. Grayscale: #606060. Windows color (decimal): -15497620 or 7112211. OLE color: 7112211.
HSL color Cylindrical-coordinate representation of color #13866C: hue angle of 166.43º 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 #13866C is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 134 | 108 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.47 |
| HSL | 166.43º | 0.75% | 0.3% | - |
| HSV(B) | 166.43º | 0.86% | 0.53% | - |
| XYZ | 11.5 | 18.27 | 17.11 | - |
| YUV | 96.65 | 134.4 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 134 | 108 | 0.86 | 0 | 0.19 | 0.47 | 166.43 | 0.75 | 0.3 |
| Hex | 13 | 86 | 6C | 56 | 0 | 13 | 2F | A6 | 4B | 1E |
| Octal | 23 | 206 | 154 | 126 | 0 | 23 | 57 | 246 | 113 | 36 |
| Binary | 10011 | 10000110 | 1101100 | 1010110 | 0 | 10011 | 101111 | 10100110 | 1001011 | 11110 |
Color Harmonies of #13866C
Complementary color
Monochromatic Colors of #13866C
Black with #13866C
Text Example
Text Example
White with #13866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13866C; }
p { color: rgb(19,134,108); }
H1.HeaderClassName
{
color: #13866C;
}
.AnyTagClassName
{
color: #13866C;
}
</style>
background-color css
<style>
a { background-color: #13866C; }
a { background-color: rgb(19,134,108); }
div.DivClassName
{
background-color: #13866C;
}
.BgClassName
{
background-color: #13866C;
}
</style>
border-color css
<style>
span { border-color: #13866C; }
span { border-color: rgb(19,134,108); }
td.TdClassName
{
border-color: #13866C;
}
.TagClassName
{
border-color: #13866C;
}
</style>