Shades of Myrtle #123A0D
Tints of Myrtle #123A0D
RGB
CMYK
RGB Variations
Color information
#123A0D (or 0x123A0D) is known color: Myrtle. HEX triplet: 12, 3A and 0D. RGB value is (18,58,13). Sum of RGB (Red+Green+Blue) = 18+58+13=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 58 (23.05% from 255 or 65.17% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 58 - color contains mainly: green. Hex color #123A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123A0D is #EDC5F2. Grayscale: #292929. Windows color (decimal): -15582707 or 866834. OLE color: 866834.
HSL color Cylindrical-coordinate representation of color #123A0D: hue angle of 113.33º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #123A0D is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 18 | 58 | 13 | - |
| CMYK | 0.69 | 0 | 0.78 | 0.77 |
| HSL | 113.33º | 0.63% | 0.14% | - |
| HSV(B) | 113.33º | 0.78% | 0.23% | - |
| XYZ | 1.84 | 3.18 | 0.9 | - |
| YUV | 40.91 | 112.25 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 13 | 0.69 | 0 | 0.78 | 0.77 | 113.33 | 0.63 | 0.14 |
| Hex | 12 | 3A | D | 45 | 0 | 4E | 4D | 71 | 3F | E |
| Octal | 22 | 72 | 15 | 105 | 0 | 116 | 115 | 161 | 77 | 16 |
| Binary | 10010 | 111010 | 1101 | 1000101 | 0 | 1001110 | 1001101 | 1110001 | 111111 | 1110 |
Color Harmonies of #123A0D
Complementary color
Monochromatic Colors of #123A0D
Black with #123A0D
Text Example
Text Example
White with #123A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123A0D; }
p { color: rgb(18,58,13); }
H1.HeaderClassName
{
color: #123A0D;
}
.AnyTagClassName
{
color: #123A0D;
}
</style>
background-color css
<style>
a { background-color: #123A0D; }
a { background-color: rgb(18,58,13); }
div.DivClassName
{
background-color: #123A0D;
}
.BgClassName
{
background-color: #123A0D;
}
</style>
border-color css
<style>
span { border-color: #123A0D; }
span { border-color: rgb(18,58,13); }
td.TdClassName
{
border-color: #123A0D;
}
.TagClassName
{
border-color: #123A0D;
}
</style>