Shades of Myrtle #12260A
Tints of Myrtle #12260A
RGB
CMYK
RGB Variations
Color information
#12260A (or 0x12260A) is known color: Myrtle. HEX triplet: 12, 26 and 0A. RGB value is (18,38,10). Sum of RGB (Red+Green+Blue) = 18+38+10=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 38 (15.23% from 255 or 57.58% from 66); Blue value is 10 (4.30% from 255 or 15.15% from 66); Max value from RGB is 38 - color contains mainly: green. Hex color #12260A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12260A is #EDD9F5. Grayscale: #1C1C1C. Windows color (decimal): -15587830 or 665106. OLE color: 665106.
HSL color Cylindrical-coordinate representation of color #12260A: hue angle of 102.86º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #12260A is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 38 | 10 | - |
| CMYK | 0.53 | 0 | 0.74 | 0.85 |
| HSL | 102.86º | 0.58% | 0.09% | - |
| HSV(B) | 102.86º | 0.74% | 0.15% | - |
| XYZ | 1 | 1.54 | 0.53 | - |
| YUV | 28.83 | 117.37 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 38 | 10 | 0.53 | 0 | 0.74 | 0.85 | 102.86 | 0.58 | 0.09 |
| Hex | 12 | 26 | A | 35 | 0 | 4A | 55 | 67 | 3A | 9 |
| Octal | 22 | 46 | 12 | 65 | 0 | 112 | 125 | 147 | 72 | 11 |
| Binary | 10010 | 100110 | 1010 | 110101 | 0 | 1001010 | 1010101 | 1100111 | 111010 | 1001 |
Color Harmonies of #12260A
Complementary color
Monochromatic Colors of #12260A
Black with #12260A
Text Example
Text Example
White with #12260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12260A; }
p { color: rgb(18,38,10); }
H1.HeaderClassName
{
color: #12260A;
}
.AnyTagClassName
{
color: #12260A;
}
</style>
background-color css
<style>
a { background-color: #12260A; }
a { background-color: rgb(18,38,10); }
div.DivClassName
{
background-color: #12260A;
}
.BgClassName
{
background-color: #12260A;
}
</style>
border-color css
<style>
span { border-color: #12260A; }
span { border-color: rgb(18,38,10); }
td.TdClassName
{
border-color: #12260A;
}
.TagClassName
{
border-color: #12260A;
}
</style>