Shades of Myrtle #12240B
Tints of Myrtle #12240B
RGB
CMYK
RGB Variations
Color information
#12240B (or 0x12240B) is known color: Myrtle. HEX triplet: 12, 24 and 0B. RGB value is (18,36,11). Sum of RGB (Red+Green+Blue) = 18+36+11=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 36 (14.45% from 255 or 55.38% from 65); Blue value is 11 (4.69% from 255 or 16.92% from 65); Max value from RGB is 36 - color contains mainly: green. Hex color #12240B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12240B is #EDDBF4. Grayscale: #1B1B1B. Windows color (decimal): -15588341 or 730130. OLE color: 730130.
HSL color Cylindrical-coordinate representation of color #12240B: hue angle of 103.2º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #12240B is Cyan = 0.5, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 18 | 36 | 11 | - |
| CMYK | 0.5 | 0 | 0.69 | 0.86 |
| HSL | 103.2º | 0.53% | 0.09% | - |
| HSV(B) | 103.2º | 0.69% | 0.14% | - |
| XYZ | 0.94 | 1.41 | 0.54 | - |
| YUV | 27.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 11 | 0.5 | 0 | 0.69 | 0.86 | 103.2 | 0.53 | 0.09 |
| Hex | 12 | 24 | B | 32 | 0 | 45 | 56 | 67 | 35 | 9 |
| Octal | 22 | 44 | 13 | 62 | 0 | 105 | 126 | 147 | 65 | 11 |
| Binary | 10010 | 100100 | 1011 | 110010 | 0 | 1000101 | 1010110 | 1100111 | 110101 | 1001 |
Color Harmonies of #12240B
Complementary color
Monochromatic Colors of #12240B
Black with #12240B
Text Example
Text Example
White with #12240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12240B; }
p { color: rgb(18,36,11); }
H1.HeaderClassName
{
color: #12240B;
}
.AnyTagClassName
{
color: #12240B;
}
</style>
background-color css
<style>
a { background-color: #12240B; }
a { background-color: rgb(18,36,11); }
div.DivClassName
{
background-color: #12240B;
}
.BgClassName
{
background-color: #12240B;
}
</style>
border-color css
<style>
span { border-color: #12240B; }
span { border-color: rgb(18,36,11); }
td.TdClassName
{
border-color: #12240B;
}
.TagClassName
{
border-color: #12240B;
}
</style>