Shades of Elf Green #13976C
Tints of Elf Green #13976C
RGB
CMYK
RGB Variations
Color information
#13976C (or 0x13976C) is known color: Elf Green. HEX triplet: 13, 97 and 6C. RGB value is (19,151,108). Sum of RGB (Red+Green+Blue) = 19+151+108=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 151 (59.38% from 255 or 54.32% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 151 - color contains mainly: green. Hex color #13976C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13976C is #EC6893. Grayscale: #6A6A6A. Windows color (decimal): -15493268 or 7116563. OLE color: 7116563.
HSL color Cylindrical-coordinate representation of color #13976C: hue angle of 160.45º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13976C is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 151 | 108 | - |
| CMYK | 0.87 | 0 | 0.28 | 0.41 |
| HSL | 160.45º | 0.78% | 0.33% | - |
| HSV(B) | 160.45º | 0.87% | 0.59% | - |
| XYZ | 14.04 | 23.35 | 17.96 | - |
| YUV | 106.63 | 128.77 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 151 | 108 | 0.87 | 0 | 0.28 | 0.41 | 160.45 | 0.78 | 0.33 |
| Hex | 13 | 97 | 6C | 57 | 0 | 1C | 29 | A0 | 4E | 21 |
| Octal | 23 | 227 | 154 | 127 | 0 | 34 | 51 | 240 | 116 | 41 |
| Binary | 10011 | 10010111 | 1101100 | 1010111 | 0 | 11100 | 101001 | 10100000 | 1001110 | 100001 |
Color Harmonies of #13976C
Complementary color
Monochromatic Colors of #13976C
Black with #13976C
Text Example
Text Example
White with #13976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13976C; }
p { color: rgb(19,151,108); }
H1.HeaderClassName
{
color: #13976C;
}
.AnyTagClassName
{
color: #13976C;
}
</style>
background-color css
<style>
a { background-color: #13976C; }
a { background-color: rgb(19,151,108); }
div.DivClassName
{
background-color: #13976C;
}
.BgClassName
{
background-color: #13976C;
}
</style>
border-color css
<style>
span { border-color: #13976C; }
span { border-color: rgb(19,151,108); }
td.TdClassName
{
border-color: #13976C;
}
.TagClassName
{
border-color: #13976C;
}
</style>