Shades of Myrtle #123005
Tints of Myrtle #123005
RGB
CMYK
RGB Variations
Color information
#123005 (or 0x123005) is known color: Myrtle. HEX triplet: 12, 30 and 05. RGB value is (18,48,5). Sum of RGB (Red+Green+Blue) = 18+48+5=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 48 (19.14% from 255 or 67.61% from 71); Blue value is 5 (2.34% from 255 or 7.04% from 71); Max value from RGB is 48 - color contains mainly: green. Hex color #123005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123005 is #EDCFFA. Grayscale: #222222. Windows color (decimal): -15585275 or 339986. OLE color: 339986.
HSL color Cylindrical-coordinate representation of color #123005: hue angle of 101.86º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #123005 is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 48 | 5 | - |
| CMYK | 0.63 | 0 | 0.90 | 0.81 |
| HSL | 101.86º | 0.81% | 0.1% | - |
| HSV(B) | 101.86º | 0.9% | 0.19% | - |
| XYZ | 1.33 | 2.25 | 0.51 | - |
| YUV | 34.13 | 111.56 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 48 | 5 | 0.63 | 0 | 0.90 | 0.81 | 101.86 | 0.81 | 0.1 |
| Hex | 12 | 30 | 5 | 3F | 0 | 5A | 51 | 66 | 51 | A |
| Octal | 22 | 60 | 5 | 77 | 0 | 132 | 121 | 146 | 121 | 12 |
| Binary | 10010 | 110000 | 101 | 111111 | 0 | 1011010 | 1010001 | 1100110 | 1010001 | 1010 |
Color Harmonies of #123005
Complementary color
Monochromatic Colors of #123005
Black with #123005
Text Example
Text Example
White with #123005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123005; }
p { color: rgb(18,48,5); }
H1.HeaderClassName
{
color: #123005;
}
.AnyTagClassName
{
color: #123005;
}
</style>
background-color css
<style>
a { background-color: #123005; }
a { background-color: rgb(18,48,5); }
div.DivClassName
{
background-color: #123005;
}
.BgClassName
{
background-color: #123005;
}
</style>
border-color css
<style>
span { border-color: #123005; }
span { border-color: rgb(18,48,5); }
td.TdClassName
{
border-color: #123005;
}
.TagClassName
{
border-color: #123005;
}
</style>