Shades of Elf Green #13896C
Tints of Elf Green #13896C
RGB
CMYK
RGB Variations
Color information
#13896C (or 0x13896C) is known color: Elf Green. HEX triplet: 13, 89 and 6C. RGB value is (19,137,108). Sum of RGB (Red+Green+Blue) = 19+137+108=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 137 (53.91% from 255 or 51.89% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 137 - color contains mainly: green. Hex color #13896C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13896C is #EC7693. Grayscale: #626262. Windows color (decimal): -15496852 or 7112979. OLE color: 7112979.
HSL color Cylindrical-coordinate representation of color #13896C: hue angle of 165.25º 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 #13896C is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 137 | 108 | - |
| CMYK | 0.86 | 0 | 0.21 | 0.46 |
| HSL | 165.25º | 0.76% | 0.31% | - |
| HSV(B) | 165.25º | 0.86% | 0.54% | - |
| XYZ | 11.92 | 19.11 | 17.25 | - |
| YUV | 98.41 | 133.41 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 137 | 108 | 0.86 | 0 | 0.21 | 0.46 | 165.25 | 0.76 | 0.31 |
| Hex | 13 | 89 | 6C | 56 | 0 | 15 | 2E | A5 | 4C | 1F |
| Octal | 23 | 211 | 154 | 126 | 0 | 25 | 56 | 245 | 114 | 37 |
| Binary | 10011 | 10001001 | 1101100 | 1010110 | 0 | 10101 | 101110 | 10100101 | 1001100 | 11111 |
Color Harmonies of #13896C
Complementary color
Monochromatic Colors of #13896C
Black with #13896C
Text Example
Text Example
White with #13896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13896C; }
p { color: rgb(19,137,108); }
H1.HeaderClassName
{
color: #13896C;
}
.AnyTagClassName
{
color: #13896C;
}
</style>
background-color css
<style>
a { background-color: #13896C; }
a { background-color: rgb(19,137,108); }
div.DivClassName
{
background-color: #13896C;
}
.BgClassName
{
background-color: #13896C;
}
</style>
border-color css
<style>
span { border-color: #13896C; }
span { border-color: rgb(19,137,108); }
td.TdClassName
{
border-color: #13896C;
}
.TagClassName
{
border-color: #13896C;
}
</style>