Shades of Myrtle #123C09
Tints of Myrtle #123C09
RGB
CMYK
RGB Variations
Color information
#123C09 (or 0x123C09) is known color: Myrtle. HEX triplet: 12, 3C and 09. RGB value is (18,60,9). Sum of RGB (Red+Green+Blue) = 18+60+9=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 60 (23.83% from 255 or 68.97% from 87); Blue value is 9 (3.91% from 255 or 10.34% from 87); Max value from RGB is 60 - color contains mainly: green. Hex color #123C09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123C09 is #EDC3F6. Grayscale: #292929. Windows color (decimal): -15582199 or 605202. OLE color: 605202.
HSL color Cylindrical-coordinate representation of color #123C09: hue angle of 109.41º 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 #123C09 is Cyan = 0.7, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 60 | 9 | - |
| CMYK | 0.7 | 0 | 0.85 | 0.76 |
| HSL | 109.41º | 0.74% | 0.14% | - |
| HSV(B) | 109.41º | 0.85% | 0.24% | - |
| XYZ | 1.91 | 3.38 | 0.81 | - |
| YUV | 41.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 9 | 0.7 | 0 | 0.85 | 0.76 | 109.41 | 0.74 | 0.14 |
| Hex | 12 | 3C | 9 | 46 | 0 | 55 | 4C | 6D | 4A | E |
| Octal | 22 | 74 | 11 | 106 | 0 | 125 | 114 | 155 | 112 | 16 |
| Binary | 10010 | 111100 | 1001 | 1000110 | 0 | 1010101 | 1001100 | 1101101 | 1001010 | 1110 |
Color Harmonies of #123C09
Complementary color
Monochromatic Colors of #123C09
Black with #123C09
Text Example
Text Example
White with #123C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123C09; }
p { color: rgb(18,60,9); }
H1.HeaderClassName
{
color: #123C09;
}
.AnyTagClassName
{
color: #123C09;
}
</style>
background-color css
<style>
a { background-color: #123C09; }
a { background-color: rgb(18,60,9); }
div.DivClassName
{
background-color: #123C09;
}
.BgClassName
{
background-color: #123C09;
}
</style>
border-color css
<style>
span { border-color: #123C09; }
span { border-color: rgb(18,60,9); }
td.TdClassName
{
border-color: #123C09;
}
.TagClassName
{
border-color: #123C09;
}
</style>