Shades of Elf Green #139475
Tints of Elf Green #139475
RGB
CMYK
RGB Variations
Color information
#139475 (or 0x139475) is known color: Elf Green. HEX triplet: 13, 94 and 75. RGB value is (19,148,117). Sum of RGB (Red+Green+Blue) = 19+148+117=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #139475 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139475 is #EC6B8A. Grayscale: #696969. Windows color (decimal): -15494027 or 7705619. OLE color: 7705619.
HSL color Cylindrical-coordinate representation of color #139475: hue angle of 165.58º 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 #139475 is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 148 | 117 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.42 |
| HSL | 165.58º | 0.77% | 0.33% | - |
| HSV(B) | 165.58º | 0.87% | 0.58% | - |
| XYZ | 14.07 | 22.6 | 20.45 | - |
| YUV | 105.9 | 134.26 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 148 | 117 | 0.87 | 0 | 0.21 | 0.42 | 165.58 | 0.77 | 0.33 |
| Hex | 13 | 94 | 75 | 57 | 0 | 15 | 2A | A6 | 4D | 21 |
| Octal | 23 | 224 | 165 | 127 | 0 | 25 | 52 | 246 | 115 | 41 |
| Binary | 10011 | 10010100 | 1110101 | 1010111 | 0 | 10101 | 101010 | 10100110 | 1001101 | 100001 |
Color Harmonies of #139475
Complementary color
Monochromatic Colors of #139475
Black with #139475
Text Example
Text Example
White with #139475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139475; }
p { color: rgb(19,148,117); }
H1.HeaderClassName
{
color: #139475;
}
.AnyTagClassName
{
color: #139475;
}
</style>
background-color css
<style>
a { background-color: #139475; }
a { background-color: rgb(19,148,117); }
div.DivClassName
{
background-color: #139475;
}
.BgClassName
{
background-color: #139475;
}
</style>
border-color css
<style>
span { border-color: #139475; }
span { border-color: rgb(19,148,117); }
td.TdClassName
{
border-color: #139475;
}
.TagClassName
{
border-color: #139475;
}
</style>