Shades of Myrtle #12490A
Tints of Myrtle #12490A
RGB
CMYK
RGB Variations
Color information
#12490A (or 0x12490A) is known color: Myrtle. HEX triplet: 12, 49 and 0A. RGB value is (18,73,10). Sum of RGB (Red+Green+Blue) = 18+73+10=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 73 (28.91% from 255 or 72.28% from 101); Blue value is 10 (4.30% from 255 or 9.90% from 101); Max value from RGB is 73 - color contains mainly: green. Hex color #12490A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12490A is #EDB6F5. Grayscale: #313131. Windows color (decimal): -15578870 or 674066. OLE color: 674066.
HSL color Cylindrical-coordinate representation of color #12490A: hue angle of 112.38º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12490A is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 73 | 10 | - |
| CMYK | 0.75 | 0 | 0.86 | 0.71 |
| HSL | 112.38º | 0.76% | 0.16% | - |
| HSV(B) | 112.38º | 0.86% | 0.29% | - |
| XYZ | 2.69 | 4.92 | 1.09 | - |
| YUV | 49.37 | 105.78 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 73 | 10 | 0.75 | 0 | 0.86 | 0.71 | 112.38 | 0.76 | 0.16 |
| Hex | 12 | 49 | A | 4B | 0 | 56 | 47 | 70 | 4C | 10 |
| Octal | 22 | 111 | 12 | 113 | 0 | 126 | 107 | 160 | 114 | 20 |
| Binary | 10010 | 1001001 | 1010 | 1001011 | 0 | 1010110 | 1000111 | 1110000 | 1001100 | 10000 |
Color Harmonies of #12490A
Complementary color
Monochromatic Colors of #12490A
Black with #12490A
Text Example
Text Example
White with #12490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12490A; }
p { color: rgb(18,73,10); }
H1.HeaderClassName
{
color: #12490A;
}
.AnyTagClassName
{
color: #12490A;
}
</style>
background-color css
<style>
a { background-color: #12490A; }
a { background-color: rgb(18,73,10); }
div.DivClassName
{
background-color: #12490A;
}
.BgClassName
{
background-color: #12490A;
}
</style>
border-color css
<style>
span { border-color: #12490A; }
span { border-color: rgb(18,73,10); }
td.TdClassName
{
border-color: #12490A;
}
.TagClassName
{
border-color: #12490A;
}
</style>