Shades of Myrtle #12420B
Tints of Myrtle #12420B
RGB
CMYK
RGB Variations
Color information
#12420B (or 0x12420B) is known color: Myrtle. HEX triplet: 12, 42 and 0B. RGB value is (18,66,11). Sum of RGB (Red+Green+Blue) = 18+66+11=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 66 (26.17% from 255 or 69.47% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 66 - color contains mainly: green. Hex color #12420B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12420B is #EDBDF4. Grayscale: #2D2D2D. Windows color (decimal): -15580661 or 737810. OLE color: 737810.
HSL color Cylindrical-coordinate representation of color #12420B: hue angle of 112.36º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12420B is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 66 | 11 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.74 |
| HSL | 112.36º | 0.71% | 0.15% | - |
| HSV(B) | 112.36º | 0.83% | 0.26% | - |
| XYZ | 2.26 | 4.05 | 0.98 | - |
| YUV | 45.38 | 108.6 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 11 | 0.73 | 0 | 0.83 | 0.74 | 112.36 | 0.71 | 0.15 |
| Hex | 12 | 42 | B | 49 | 0 | 53 | 4A | 70 | 47 | F |
| Octal | 22 | 102 | 13 | 111 | 0 | 123 | 112 | 160 | 107 | 17 |
| Binary | 10010 | 1000010 | 1011 | 1001001 | 0 | 1010011 | 1001010 | 1110000 | 1000111 | 1111 |
Color Harmonies of #12420B
Complementary color
Monochromatic Colors of #12420B
Black with #12420B
Text Example
Text Example
White with #12420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12420B; }
p { color: rgb(18,66,11); }
H1.HeaderClassName
{
color: #12420B;
}
.AnyTagClassName
{
color: #12420B;
}
</style>
background-color css
<style>
a { background-color: #12420B; }
a { background-color: rgb(18,66,11); }
div.DivClassName
{
background-color: #12420B;
}
.BgClassName
{
background-color: #12420B;
}
</style>
border-color css
<style>
span { border-color: #12420B; }
span { border-color: rgb(18,66,11); }
td.TdClassName
{
border-color: #12420B;
}
.TagClassName
{
border-color: #12420B;
}
</style>