Shades of Myrtle #123409
Tints of Myrtle #123409
RGB
CMYK
RGB Variations
Color information
#123409 (or 0x123409) is known color: Myrtle. HEX triplet: 12, 34 and 09. RGB value is (18,52,9). Sum of RGB (Red+Green+Blue) = 18+52+9=79 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.78% from 79); Green value is 52 (20.70% from 255 or 65.82% from 79); Blue value is 9 (3.91% from 255 or 11.39% from 79); Max value from RGB is 52 - color contains mainly: green. Hex color #123409 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123409 is #EDCBF6. Grayscale: #252525. Windows color (decimal): -15584247 or 603154. OLE color: 603154.
HSL color Cylindrical-coordinate representation of color #123409: hue angle of 107.44º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #123409 is Cyan = 0.65, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 52 | 9 | - |
| CMYK | 0.65 | 0 | 0.83 | 0.80 |
| HSL | 107.44º | 0.7% | 0.12% | - |
| HSV(B) | 107.44º | 0.83% | 0.2% | - |
| XYZ | 1.53 | 2.6 | 0.68 | - |
| YUV | 36.93 | 112.24 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 9 | 0.65 | 0 | 0.83 | 0.80 | 107.44 | 0.7 | 0.12 |
| Hex | 12 | 34 | 9 | 41 | 0 | 53 | 50 | 6B | 46 | C |
| Octal | 22 | 64 | 11 | 101 | 0 | 123 | 120 | 153 | 106 | 14 |
| Binary | 10010 | 110100 | 1001 | 1000001 | 0 | 1010011 | 1010000 | 1101011 | 1000110 | 1100 |
Color Harmonies of #123409
Complementary color
Monochromatic Colors of #123409
Black with #123409
Text Example
Text Example
White with #123409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123409; }
p { color: rgb(18,52,9); }
H1.HeaderClassName
{
color: #123409;
}
.AnyTagClassName
{
color: #123409;
}
</style>
background-color css
<style>
a { background-color: #123409; }
a { background-color: rgb(18,52,9); }
div.DivClassName
{
background-color: #123409;
}
.BgClassName
{
background-color: #123409;
}
</style>
border-color css
<style>
span { border-color: #123409; }
span { border-color: rgb(18,52,9); }
td.TdClassName
{
border-color: #123409;
}
.TagClassName
{
border-color: #123409;
}
</style>