Shades of Myrtle #12250A
Tints of Myrtle #12250A
RGB
CMYK
RGB Variations
Color information
#12250A (or 0x12250A) is known color: Myrtle. HEX triplet: 12, 25 and 0A. RGB value is (18,37,10). Sum of RGB (Red+Green+Blue) = 18+37+10=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 37 (14.84% from 255 or 56.92% from 65); Blue value is 10 (4.30% from 255 or 15.38% from 65); Max value from RGB is 37 - color contains mainly: green. Hex color #12250A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12250A is #EDDAF5. Grayscale: #1C1C1C. Windows color (decimal): -15588086 or 664850. OLE color: 664850.
HSL color Cylindrical-coordinate representation of color #12250A: hue angle of 102.22º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #12250A is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 37 | 10 | - |
| CMYK | 0.51 | 0 | 0.73 | 0.85 |
| HSL | 102.22º | 0.57% | 0.09% | - |
| HSV(B) | 102.22º | 0.73% | 0.15% | - |
| XYZ | 0.97 | 1.47 | 0.52 | - |
| YUV | 28.24 | 117.71 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 10 | 0.51 | 0 | 0.73 | 0.85 | 102.22 | 0.57 | 0.09 |
| Hex | 12 | 25 | A | 33 | 0 | 49 | 55 | 66 | 39 | 9 |
| Octal | 22 | 45 | 12 | 63 | 0 | 111 | 125 | 146 | 71 | 11 |
| Binary | 10010 | 100101 | 1010 | 110011 | 0 | 1001001 | 1010101 | 1100110 | 111001 | 1001 |
Color Harmonies of #12250A
Complementary color
Monochromatic Colors of #12250A
Black with #12250A
Text Example
Text Example
White with #12250A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12250A; }
p { color: rgb(18,37,10); }
H1.HeaderClassName
{
color: #12250A;
}
.AnyTagClassName
{
color: #12250A;
}
</style>
background-color css
<style>
a { background-color: #12250A; }
a { background-color: rgb(18,37,10); }
div.DivClassName
{
background-color: #12250A;
}
.BgClassName
{
background-color: #12250A;
}
</style>
border-color css
<style>
span { border-color: #12250A; }
span { border-color: rgb(18,37,10); }
td.TdClassName
{
border-color: #12250A;
}
.TagClassName
{
border-color: #12250A;
}
</style>