Shades of Myrtle #123303
Tints of Myrtle #123303
RGB
CMYK
RGB Variations
Color information
#123303 (or 0x123303) is known color: Myrtle. HEX triplet: 12, 33 and 03. RGB value is (18,51,3). Sum of RGB (Red+Green+Blue) = 18+51+3=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 51 (20.31% from 255 or 70.83% from 72); Blue value is 3 (1.56% from 255 or 4.17% from 72); Max value from RGB is 51 - color contains mainly: green. Hex color #123303 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123303 is #EDCCFC. Grayscale: #232323. Windows color (decimal): -15584509 or 209682. OLE color: 209682.
HSL color Cylindrical-coordinate representation of color #123303: hue angle of 101.25º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #123303 is Cyan = 0.65, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 18 | 51 | 3 | - |
| CMYK | 0.65 | 0 | 0.94 | 0.8 |
| HSL | 101.25º | 0.89% | 0.11% | - |
| HSV(B) | 101.25º | 0.94% | 0.2% | - |
| XYZ | 1.45 | 2.5 | 0.49 | - |
| YUV | 35.66 | 109.57 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 51 | 3 | 0.65 | 0 | 0.94 | 0.8 | 101.25 | 0.89 | 0.11 |
| Hex | 12 | 33 | 3 | 41 | 0 | 5E | 50 | 65 | 59 | B |
| Octal | 22 | 63 | 3 | 101 | 0 | 136 | 120 | 145 | 131 | 13 |
| Binary | 10010 | 110011 | 11 | 1000001 | 0 | 1011110 | 1010000 | 1100101 | 1011001 | 1011 |
Color Harmonies of #123303
Complementary color
Monochromatic Colors of #123303
Black with #123303
Text Example
Text Example
White with #123303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123303; }
p { color: rgb(18,51,3); }
H1.HeaderClassName
{
color: #123303;
}
.AnyTagClassName
{
color: #123303;
}
</style>
background-color css
<style>
a { background-color: #123303; }
a { background-color: rgb(18,51,3); }
div.DivClassName
{
background-color: #123303;
}
.BgClassName
{
background-color: #123303;
}
</style>
border-color css
<style>
span { border-color: #123303; }
span { border-color: rgb(18,51,3); }
td.TdClassName
{
border-color: #123303;
}
.TagClassName
{
border-color: #123303;
}
</style>