Shades of Elf Green #138579
Tints of Elf Green #138579
RGB
CMYK
RGB Variations
Color information
#138579 (or 0x138579) is known color: Elf Green. HEX triplet: 13, 85 and 79. RGB value is (19,133,121). Sum of RGB (Red+Green+Blue) = 19+133+121=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #138579 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138579 is #EC7A86. Grayscale: #616161. Windows color (decimal): -15497863 or 7963923. OLE color: 7963923.
HSL color Cylindrical-coordinate representation of color #138579: hue angle of 173.68º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138579 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 133 | 121 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.48 |
| HSL | 173.68º | 0.75% | 0.3% | - |
| HSV(B) | 173.68º | 0.86% | 0.52% | - |
| XYZ | 12.11 | 18.29 | 20.98 | - |
| YUV | 97.55 | 141.23 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 133 | 121 | 0.86 | 0 | 0.09 | 0.48 | 173.68 | 0.75 | 0.3 |
| Hex | 13 | 85 | 79 | 56 | 0 | 9 | 30 | AE | 4B | 1E |
| Octal | 23 | 205 | 171 | 126 | 0 | 11 | 60 | 256 | 113 | 36 |
| Binary | 10011 | 10000101 | 1111001 | 1010110 | 0 | 1001 | 110000 | 10101110 | 1001011 | 11110 |
Color Harmonies of #138579
Complementary color
Monochromatic Colors of #138579
Black with #138579
Text Example
Text Example
White with #138579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138579; }
p { color: rgb(19,133,121); }
H1.HeaderClassName
{
color: #138579;
}
.AnyTagClassName
{
color: #138579;
}
</style>
background-color css
<style>
a { background-color: #138579; }
a { background-color: rgb(19,133,121); }
div.DivClassName
{
background-color: #138579;
}
.BgClassName
{
background-color: #138579;
}
</style>
border-color css
<style>
span { border-color: #138579; }
span { border-color: rgb(19,133,121); }
td.TdClassName
{
border-color: #138579;
}
.TagClassName
{
border-color: #138579;
}
</style>