Shades of Myrtle #123C14
Tints of Myrtle #123C14
RGB
CMYK
RGB Variations
Color information
#123C14 (or 0x123C14) is known color: Myrtle. HEX triplet: 12, 3C and 14. RGB value is (18,60,20). Sum of RGB (Red+Green+Blue) = 18+60+20=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 60 (23.83% from 255 or 61.22% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 60 - color contains mainly: green. Hex color #123C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123C14 is #EDC3EB. Grayscale: #2B2B2B. Windows color (decimal): -15582188 or 1326098. OLE color: 1326098.
HSL color Cylindrical-coordinate representation of color #123C14: hue angle of 122.86º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #123C14 is Cyan = 0.7, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 60 | 20 | - |
| CMYK | 0.7 | 0 | 0.67 | 0.76 |
| HSL | 122.86º | 0.54% | 0.15% | - |
| HSV(B) | 122.86º | 0.7% | 0.24% | - |
| XYZ | 1.99 | 3.41 | 1.22 | - |
| YUV | 42.88 | 115.09 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 20 | 0.7 | 0 | 0.67 | 0.76 | 122.86 | 0.54 | 0.15 |
| Hex | 12 | 3C | 14 | 46 | 0 | 43 | 4C | 7B | 36 | F |
| Octal | 22 | 74 | 24 | 106 | 0 | 103 | 114 | 173 | 66 | 17 |
| Binary | 10010 | 111100 | 10100 | 1000110 | 0 | 1000011 | 1001100 | 1111011 | 110110 | 1111 |
Color Harmonies of #123C14
Complementary color
Monochromatic Colors of #123C14
Black with #123C14
Text Example
Text Example
White with #123C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123C14; }
p { color: rgb(18,60,20); }
H1.HeaderClassName
{
color: #123C14;
}
.AnyTagClassName
{
color: #123C14;
}
</style>
background-color css
<style>
a { background-color: #123C14; }
a { background-color: rgb(18,60,20); }
div.DivClassName
{
background-color: #123C14;
}
.BgClassName
{
background-color: #123C14;
}
</style>
border-color css
<style>
span { border-color: #123C14; }
span { border-color: rgb(18,60,20); }
td.TdClassName
{
border-color: #123C14;
}
.TagClassName
{
border-color: #123C14;
}
</style>