Shades of Myrtle #123400
Tints of Myrtle #123400
RGB
CMYK
RGB Variations
Color information
#123400 (or 0x123400) is known color: Myrtle. HEX triplet: 12, 34 and 00. RGB value is (18,52,0). Sum of RGB (Red+Green+Blue) = 18+52+0=70 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.71% from 70); Green value is 52 (20.70% from 255 or 74.29% from 70); Blue value is 0 (0.39% from 255 or 0% from 70); Max value from RGB is 52 - color contains mainly: green. Hex color #123400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123400 is #EDCBFF. Grayscale: #242424. Windows color (decimal): -15584256 or 13330. OLE color: 13330.
HSL color Cylindrical-coordinate representation of color #123400: hue angle of 99.23º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #123400 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 52 | 0 | - |
| CMYK | 0.65 | 0 | 1 | 0.80 |
| HSL | 99.23º | 1% | 0.1% | - |
| HSV(B) | 99.23º | 1% | 0.2% | - |
| XYZ | 1.48 | 2.58 | 0.42 | - |
| YUV | 35.91 | 107.74 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 0 | 0.65 | 0 | 1 | 0.80 | 99.23 | 1 | 0.1 |
| Hex | 12 | 34 | 0 | 41 | 0 | 64 | 50 | 63 | 64 | A |
| Octal | 22 | 64 | 0 | 101 | 0 | 144 | 120 | 143 | 144 | 12 |
| Binary | 10010 | 110100 | 0 | 1000001 | 0 | 1100100 | 1010000 | 1100011 | 1100100 | 1010 |
Color Harmonies of #123400
Complementary color
Monochromatic Colors of #123400
Black with #123400
Text Example
Text Example
White with #123400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123400; }
p { color: rgb(18,52,0); }
H1.HeaderClassName
{
color: #123400;
}
.AnyTagClassName
{
color: #123400;
}
</style>
background-color css
<style>
a { background-color: #123400; }
a { background-color: rgb(18,52,0); }
div.DivClassName
{
background-color: #123400;
}
.BgClassName
{
background-color: #123400;
}
</style>
border-color css
<style>
span { border-color: #123400; }
span { border-color: rgb(18,52,0); }
td.TdClassName
{
border-color: #123400;
}
.TagClassName
{
border-color: #123400;
}
</style>