Shades of Elf Green #13886C
Tints of Elf Green #13886C
RGB
CMYK
RGB Variations
Color information
#13886C (or 0x13886C) is known color: Elf Green. HEX triplet: 13, 88 and 6C. RGB value is (19,136,108). Sum of RGB (Red+Green+Blue) = 19+136+108=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 136 (53.52% from 255 or 51.71% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 136 - color contains mainly: green. Hex color #13886C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13886C is #EC7793. Grayscale: #616161. Windows color (decimal): -15497108 or 7112723. OLE color: 7112723.
HSL color Cylindrical-coordinate representation of color #13886C: hue angle of 165.64º 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 #13886C is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 136 | 108 | - |
| CMYK | 0.86 | 0 | 0.21 | 0.47 |
| HSL | 165.64º | 0.75% | 0.3% | - |
| HSV(B) | 165.64º | 0.86% | 0.53% | - |
| XYZ | 11.78 | 18.83 | 17.2 | - |
| YUV | 97.83 | 133.74 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 136 | 108 | 0.86 | 0 | 0.21 | 0.47 | 165.64 | 0.75 | 0.3 |
| Hex | 13 | 88 | 6C | 56 | 0 | 15 | 2F | A6 | 4B | 1E |
| Octal | 23 | 210 | 154 | 126 | 0 | 25 | 57 | 246 | 113 | 36 |
| Binary | 10011 | 10001000 | 1101100 | 1010110 | 0 | 10101 | 101111 | 10100110 | 1001011 | 11110 |
Color Harmonies of #13886C
Complementary color
Monochromatic Colors of #13886C
Black with #13886C
Text Example
Text Example
White with #13886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13886C; }
p { color: rgb(19,136,108); }
H1.HeaderClassName
{
color: #13886C;
}
.AnyTagClassName
{
color: #13886C;
}
</style>
background-color css
<style>
a { background-color: #13886C; }
a { background-color: rgb(19,136,108); }
div.DivClassName
{
background-color: #13886C;
}
.BgClassName
{
background-color: #13886C;
}
</style>
border-color css
<style>
span { border-color: #13886C; }
span { border-color: rgb(19,136,108); }
td.TdClassName
{
border-color: #13886C;
}
.TagClassName
{
border-color: #13886C;
}
</style>