Shades of Myrtle #12430E
Tints of Myrtle #12430E
RGB
CMYK
RGB Variations
Color information
#12430E (or 0x12430E) is known color: Myrtle. HEX triplet: 12, 43 and 0E. RGB value is (18,67,14). Sum of RGB (Red+Green+Blue) = 18+67+14=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 67 (26.56% from 255 or 67.68% from 99); Blue value is 14 (5.86% from 255 or 14.14% from 99); Max value from RGB is 67 - color contains mainly: green. Hex color #12430E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12430E is #EDBCF1. Grayscale: #2E2E2E. Windows color (decimal): -15580402 or 934674. OLE color: 934674.
HSL color Cylindrical-coordinate representation of color #12430E: hue angle of 115.47º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12430E is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 67 | 14 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.74 |
| HSL | 115.47º | 0.65% | 0.16% | - |
| HSV(B) | 115.47º | 0.79% | 0.26% | - |
| XYZ | 2.34 | 4.17 | 1.1 | - |
| YUV | 46.31 | 109.77 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 67 | 14 | 0.73 | 0 | 0.79 | 0.74 | 115.47 | 0.65 | 0.16 |
| Hex | 12 | 43 | E | 49 | 0 | 4F | 4A | 73 | 41 | 10 |
| Octal | 22 | 103 | 16 | 111 | 0 | 117 | 112 | 163 | 101 | 20 |
| Binary | 10010 | 1000011 | 1110 | 1001001 | 0 | 1001111 | 1001010 | 1110011 | 1000001 | 10000 |
Color Harmonies of #12430E
Complementary color
Monochromatic Colors of #12430E
Black with #12430E
Text Example
Text Example
White with #12430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12430E; }
p { color: rgb(18,67,14); }
H1.HeaderClassName
{
color: #12430E;
}
.AnyTagClassName
{
color: #12430E;
}
</style>
background-color css
<style>
a { background-color: #12430E; }
a { background-color: rgb(18,67,14); }
div.DivClassName
{
background-color: #12430E;
}
.BgClassName
{
background-color: #12430E;
}
</style>
border-color css
<style>
span { border-color: #12430E; }
span { border-color: rgb(18,67,14); }
td.TdClassName
{
border-color: #12430E;
}
.TagClassName
{
border-color: #12430E;
}
</style>