Shades of Elf Green #13956C
Tints of Elf Green #13956C
RGB
CMYK
RGB Variations
Color information
#13956C (or 0x13956C) is known color: Elf Green. HEX triplet: 13, 95 and 6C. RGB value is (19,149,108). Sum of RGB (Red+Green+Blue) = 19+149+108=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 149 (58.59% from 255 or 53.99% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 149 - color contains mainly: green. Hex color #13956C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13956C is #EC6A93. Grayscale: #696969. Windows color (decimal): -15493780 or 7116051. OLE color: 7116051.
HSL color Cylindrical-coordinate representation of color #13956C: hue angle of 161.08º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13956C is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 149 | 108 | - |
| CMYK | 0.87 | 0 | 0.28 | 0.42 |
| HSL | 161.08º | 0.77% | 0.33% | - |
| HSV(B) | 161.08º | 0.87% | 0.58% | - |
| XYZ | 13.72 | 22.72 | 17.85 | - |
| YUV | 105.46 | 129.43 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 149 | 108 | 0.87 | 0 | 0.28 | 0.42 | 161.08 | 0.77 | 0.33 |
| Hex | 13 | 95 | 6C | 57 | 0 | 1C | 2A | A1 | 4D | 21 |
| Octal | 23 | 225 | 154 | 127 | 0 | 34 | 52 | 241 | 115 | 41 |
| Binary | 10011 | 10010101 | 1101100 | 1010111 | 0 | 11100 | 101010 | 10100001 | 1001101 | 100001 |
Color Harmonies of #13956C
Complementary color
Monochromatic Colors of #13956C
Black with #13956C
Text Example
Text Example
White with #13956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13956C; }
p { color: rgb(19,149,108); }
H1.HeaderClassName
{
color: #13956C;
}
.AnyTagClassName
{
color: #13956C;
}
</style>
background-color css
<style>
a { background-color: #13956C; }
a { background-color: rgb(19,149,108); }
div.DivClassName
{
background-color: #13956C;
}
.BgClassName
{
background-color: #13956C;
}
</style>
border-color css
<style>
span { border-color: #13956C; }
span { border-color: rgb(19,149,108); }
td.TdClassName
{
border-color: #13956C;
}
.TagClassName
{
border-color: #13956C;
}
</style>