Shades of Myrtle #12250B
Tints of Myrtle #12250B
RGB
CMYK
RGB Variations
Color information
#12250B (or 0x12250B) is known color: Myrtle. HEX triplet: 12, 25 and 0B. RGB value is (18,37,11). Sum of RGB (Red+Green+Blue) = 18+37+11=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 37 (14.84% from 255 or 56.06% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 37 - color contains mainly: green. Hex color #12250B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12250B is #EDDAF4. Grayscale: #1C1C1C. Windows color (decimal): -15588085 or 730386. OLE color: 730386.
HSL color Cylindrical-coordinate representation of color #12250B: hue angle of 103.85º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #12250B is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 37 | 11 | - |
| CMYK | 0.51 | 0 | 0.70 | 0.85 |
| HSL | 103.85º | 0.54% | 0.09% | - |
| HSV(B) | 103.85º | 0.7% | 0.15% | - |
| XYZ | 0.97 | 1.48 | 0.55 | - |
| YUV | 28.36 | 118.21 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 11 | 0.51 | 0 | 0.70 | 0.85 | 103.85 | 0.54 | 0.09 |
| Hex | 12 | 25 | B | 33 | 0 | 46 | 55 | 68 | 36 | 9 |
| Octal | 22 | 45 | 13 | 63 | 0 | 106 | 125 | 150 | 66 | 11 |
| Binary | 10010 | 100101 | 1011 | 110011 | 0 | 1000110 | 1010101 | 1101000 | 110110 | 1001 |
Color Harmonies of #12250B
Complementary color
Monochromatic Colors of #12250B
Black with #12250B
Text Example
Text Example
White with #12250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12250B; }
p { color: rgb(18,37,11); }
H1.HeaderClassName
{
color: #12250B;
}
.AnyTagClassName
{
color: #12250B;
}
</style>
background-color css
<style>
a { background-color: #12250B; }
a { background-color: rgb(18,37,11); }
div.DivClassName
{
background-color: #12250B;
}
.BgClassName
{
background-color: #12250B;
}
</style>
border-color css
<style>
span { border-color: #12250B; }
span { border-color: rgb(18,37,11); }
td.TdClassName
{
border-color: #12250B;
}
.TagClassName
{
border-color: #12250B;
}
</style>