Shades of Elf Green #13905C
Tints of Elf Green #13905C
RGB
CMYK
RGB Variations
Color information
#13905C (or 0x13905C) is known color: Elf Green. HEX triplet: 13, 90 and 5C. RGB value is (19,144,92). Sum of RGB (Red+Green+Blue) = 19+144+92=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 144 (56.64% from 255 or 56.47% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 144 - color contains mainly: green. Hex color #13905C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13905C is #EC6FA3. Grayscale: #646464. Windows color (decimal): -15495076 or 6066195. OLE color: 6066195.
HSL color Cylindrical-coordinate representation of color #13905C: hue angle of 155.04º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13905C is Cyan = 0.87, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 144 | 92 | - |
| CMYK | 0.87 | 0 | 0.36 | 0.44 |
| HSL | 155.04º | 0.77% | 0.32% | - |
| HSV(B) | 155.04º | 0.87% | 0.56% | - |
| XYZ | 12.17 | 20.86 | 13.51 | - |
| YUV | 100.7 | 123.09 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 92 | 0.87 | 0 | 0.36 | 0.44 | 155.04 | 0.77 | 0.32 |
| Hex | 13 | 90 | 5C | 57 | 0 | 24 | 2C | 9B | 4D | 20 |
| Octal | 23 | 220 | 134 | 127 | 0 | 44 | 54 | 233 | 115 | 40 |
| Binary | 10011 | 10010000 | 1011100 | 1010111 | 0 | 100100 | 101100 | 10011011 | 1001101 | 100000 |
Color Harmonies of #13905C
Complementary color
Monochromatic Colors of #13905C
Black with #13905C
Text Example
Text Example
White with #13905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13905C; }
p { color: rgb(19,144,92); }
H1.HeaderClassName
{
color: #13905C;
}
.AnyTagClassName
{
color: #13905C;
}
</style>
background-color css
<style>
a { background-color: #13905C; }
a { background-color: rgb(19,144,92); }
div.DivClassName
{
background-color: #13905C;
}
.BgClassName
{
background-color: #13905C;
}
</style>
border-color css
<style>
span { border-color: #13905C; }
span { border-color: rgb(19,144,92); }
td.TdClassName
{
border-color: #13905C;
}
.TagClassName
{
border-color: #13905C;
}
</style>