Shades of Myrtle #123D09
Tints of Myrtle #123D09
RGB
CMYK
RGB Variations
Color information
#123D09 (or 0x123D09) is known color: Myrtle. HEX triplet: 12, 3D and 09. RGB value is (18,61,9). Sum of RGB (Red+Green+Blue) = 18+61+9=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 61 (24.22% from 255 or 69.32% from 88); Blue value is 9 (3.91% from 255 or 10.23% from 88); Max value from RGB is 61 - color contains mainly: green. Hex color #123D09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123D09 is #EDC2F6. Grayscale: #2A2A2A. Windows color (decimal): -15581943 or 605458. OLE color: 605458.
HSL color Cylindrical-coordinate representation of color #123D09: hue angle of 109.62º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #123D09 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 61 | 9 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.76 |
| HSL | 109.62º | 0.74% | 0.14% | - |
| HSV(B) | 109.62º | 0.85% | 0.24% | - |
| XYZ | 1.97 | 3.49 | 0.83 | - |
| YUV | 42.22 | 109.25 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 9 | 0.70 | 0 | 0.85 | 0.76 | 109.62 | 0.74 | 0.14 |
| Hex | 12 | 3D | 9 | 46 | 0 | 55 | 4C | 6E | 4A | E |
| Octal | 22 | 75 | 11 | 106 | 0 | 125 | 114 | 156 | 112 | 16 |
| Binary | 10010 | 111101 | 1001 | 1000110 | 0 | 1010101 | 1001100 | 1101110 | 1001010 | 1110 |
Color Harmonies of #123D09
Complementary color
Monochromatic Colors of #123D09
Black with #123D09
Text Example
Text Example
White with #123D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123D09; }
p { color: rgb(18,61,9); }
H1.HeaderClassName
{
color: #123D09;
}
.AnyTagClassName
{
color: #123D09;
}
</style>
background-color css
<style>
a { background-color: #123D09; }
a { background-color: rgb(18,61,9); }
div.DivClassName
{
background-color: #123D09;
}
.BgClassName
{
background-color: #123D09;
}
</style>
border-color css
<style>
span { border-color: #123D09; }
span { border-color: rgb(18,61,9); }
td.TdClassName
{
border-color: #123D09;
}
.TagClassName
{
border-color: #123D09;
}
</style>