Shades of Myrtle #12450D
Tints of Myrtle #12450D
RGB
CMYK
RGB Variations
Color information
#12450D (or 0x12450D) is known color: Myrtle. HEX triplet: 12, 45 and 0D. RGB value is (18,69,13). Sum of RGB (Red+Green+Blue) = 18+69+13=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 69 (27.34% from 255 or 69% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 69 - color contains mainly: green. Hex color #12450D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12450D is #EDBAF2. Grayscale: #2F2F2F. Windows color (decimal): -15579891 or 869650. OLE color: 869650.
HSL color Cylindrical-coordinate representation of color #12450D: hue angle of 114.64º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12450D is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 69 | 13 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.73 |
| HSL | 114.64º | 0.68% | 0.16% | - |
| HSV(B) | 114.64º | 0.81% | 0.27% | - |
| XYZ | 2.45 | 4.41 | 1.1 | - |
| YUV | 47.37 | 108.6 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 69 | 13 | 0.74 | 0 | 0.81 | 0.73 | 114.64 | 0.68 | 0.16 |
| Hex | 12 | 45 | D | 4A | 0 | 51 | 49 | 73 | 44 | 10 |
| Octal | 22 | 105 | 15 | 112 | 0 | 121 | 111 | 163 | 104 | 20 |
| Binary | 10010 | 1000101 | 1101 | 1001010 | 0 | 1010001 | 1001001 | 1110011 | 1000100 | 10000 |
Color Harmonies of #12450D
Complementary color
Monochromatic Colors of #12450D
Black with #12450D
Text Example
Text Example
White with #12450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12450D; }
p { color: rgb(18,69,13); }
H1.HeaderClassName
{
color: #12450D;
}
.AnyTagClassName
{
color: #12450D;
}
</style>
background-color css
<style>
a { background-color: #12450D; }
a { background-color: rgb(18,69,13); }
div.DivClassName
{
background-color: #12450D;
}
.BgClassName
{
background-color: #12450D;
}
</style>
border-color css
<style>
span { border-color: #12450D; }
span { border-color: rgb(18,69,13); }
td.TdClassName
{
border-color: #12450D;
}
.TagClassName
{
border-color: #12450D;
}
</style>