Shades of Myrtle #12440B
Tints of Myrtle #12440B
RGB
CMYK
RGB Variations
Color information
#12440B (or 0x12440B) is known color: Myrtle. HEX triplet: 12, 44 and 0B. RGB value is (18,68,11). Sum of RGB (Red+Green+Blue) = 18+68+11=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 68 (26.95% from 255 or 70.10% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 68 - color contains mainly: green. Hex color #12440B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12440B is #EDBBF4. Grayscale: #2E2E2E. Windows color (decimal): -15580149 or 738322. OLE color: 738322.
HSL color Cylindrical-coordinate representation of color #12440B: hue angle of 112.63º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12440B is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 68 | 11 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.73 |
| HSL | 112.63º | 0.72% | 0.15% | - |
| HSV(B) | 112.63º | 0.84% | 0.27% | - |
| XYZ | 2.38 | 4.29 | 1.02 | - |
| YUV | 46.55 | 107.94 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 68 | 11 | 0.74 | 0 | 0.84 | 0.73 | 112.63 | 0.72 | 0.15 |
| Hex | 12 | 44 | B | 4A | 0 | 54 | 49 | 71 | 48 | F |
| Octal | 22 | 104 | 13 | 112 | 0 | 124 | 111 | 161 | 110 | 17 |
| Binary | 10010 | 1000100 | 1011 | 1001010 | 0 | 1010100 | 1001001 | 1110001 | 1001000 | 1111 |
Color Harmonies of #12440B
Complementary color
Monochromatic Colors of #12440B
Black with #12440B
Text Example
Text Example
White with #12440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12440B; }
p { color: rgb(18,68,11); }
H1.HeaderClassName
{
color: #12440B;
}
.AnyTagClassName
{
color: #12440B;
}
</style>
background-color css
<style>
a { background-color: #12440B; }
a { background-color: rgb(18,68,11); }
div.DivClassName
{
background-color: #12440B;
}
.BgClassName
{
background-color: #12440B;
}
</style>
border-color css
<style>
span { border-color: #12440B; }
span { border-color: rgb(18,68,11); }
td.TdClassName
{
border-color: #12440B;
}
.TagClassName
{
border-color: #12440B;
}
</style>