Shades of Myrtle #12250C
Tints of Myrtle #12250C
RGB
CMYK
RGB Variations
Color information
#12250C (or 0x12250C) is known color: Myrtle. HEX triplet: 12, 25 and 0C. RGB value is (18,37,12). Sum of RGB (Red+Green+Blue) = 18+37+12=67 (8% of max value = 765). Red value is 18 (7.42% from 255 or 26.87% from 67); Green value is 37 (14.84% from 255 or 55.22% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 37 - color contains mainly: green. Hex color #12250C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12250C is #EDDAF3. Grayscale: #1C1C1C. Windows color (decimal): -15588084 or 795922. OLE color: 795922.
HSL color Cylindrical-coordinate representation of color #12250C: hue angle of 105.6º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #12250C is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 37 | 12 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.85 |
| HSL | 105.6º | 0.51% | 0.1% | - |
| HSV(B) | 105.6º | 0.68% | 0.15% | - |
| XYZ | 0.98 | 1.48 | 0.58 | - |
| YUV | 28.47 | 118.71 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 12 | 0.51 | 0 | 0.68 | 0.85 | 105.6 | 0.51 | 0.1 |
| Hex | 12 | 25 | C | 33 | 0 | 44 | 55 | 6A | 33 | A |
| Octal | 22 | 45 | 14 | 63 | 0 | 104 | 125 | 152 | 63 | 12 |
| Binary | 10010 | 100101 | 1100 | 110011 | 0 | 1000100 | 1010101 | 1101010 | 110011 | 1010 |
Color Harmonies of #12250C
Complementary color
Monochromatic Colors of #12250C
Black with #12250C
Text Example
Text Example
White with #12250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12250C; }
p { color: rgb(18,37,12); }
H1.HeaderClassName
{
color: #12250C;
}
.AnyTagClassName
{
color: #12250C;
}
</style>
background-color css
<style>
a { background-color: #12250C; }
a { background-color: rgb(18,37,12); }
div.DivClassName
{
background-color: #12250C;
}
.BgClassName
{
background-color: #12250C;
}
</style>
border-color css
<style>
span { border-color: #12250C; }
span { border-color: rgb(18,37,12); }
td.TdClassName
{
border-color: #12250C;
}
.TagClassName
{
border-color: #12250C;
}
</style>