Shades of Myrtle #12250D
Tints of Myrtle #12250D
RGB
CMYK
RGB Variations
Color information
#12250D (or 0x12250D) is known color: Myrtle. HEX triplet: 12, 25 and 0D. RGB value is (18,37,13). Sum of RGB (Red+Green+Blue) = 18+37+13=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 37 (14.84% from 255 or 54.41% from 68); Blue value is 13 (5.47% from 255 or 19.12% from 68); Max value from RGB is 37 - color contains mainly: green. Hex color #12250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12250D is #EDDAF2. Grayscale: #1C1C1C. Windows color (decimal): -15588083 or 861458. OLE color: 861458.
HSL color Cylindrical-coordinate representation of color #12250D: hue angle of 107.5º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #12250D is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 37 | 13 | - |
| CMYK | 0.51 | 0 | 0.65 | 0.85 |
| HSL | 107.5º | 0.48% | 0.1% | - |
| HSV(B) | 107.5º | 0.65% | 0.15% | - |
| XYZ | 0.98 | 1.48 | 0.61 | - |
| YUV | 28.58 | 119.21 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 13 | 0.51 | 0 | 0.65 | 0.85 | 107.5 | 0.48 | 0.1 |
| Hex | 12 | 25 | D | 33 | 0 | 41 | 55 | 6C | 30 | A |
| Octal | 22 | 45 | 15 | 63 | 0 | 101 | 125 | 154 | 60 | 12 |
| Binary | 10010 | 100101 | 1101 | 110011 | 0 | 1000001 | 1010101 | 1101100 | 110000 | 1010 |
Color Harmonies of #12250D
Complementary color
Monochromatic Colors of #12250D
Black with #12250D
Text Example
Text Example
White with #12250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12250D; }
p { color: rgb(18,37,13); }
H1.HeaderClassName
{
color: #12250D;
}
.AnyTagClassName
{
color: #12250D;
}
</style>
background-color css
<style>
a { background-color: #12250D; }
a { background-color: rgb(18,37,13); }
div.DivClassName
{
background-color: #12250D;
}
.BgClassName
{
background-color: #12250D;
}
</style>
border-color css
<style>
span { border-color: #12250D; }
span { border-color: rgb(18,37,13); }
td.TdClassName
{
border-color: #12250D;
}
.TagClassName
{
border-color: #12250D;
}
</style>