Shades of Myrtle #123703
Tints of Myrtle #123703
RGB
CMYK
RGB Variations
Color information
#123703 (or 0x123703) is known color: Myrtle. HEX triplet: 12, 37 and 03. RGB value is (18,55,3). Sum of RGB (Red+Green+Blue) = 18+55+3=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 55 (21.88% from 255 or 72.37% from 76); Blue value is 3 (1.56% from 255 or 3.95% from 76); Max value from RGB is 55 - color contains mainly: green. Hex color #123703 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123703 is #EDC8FC. Grayscale: #262626. Windows color (decimal): -15583485 or 210706. OLE color: 210706.
HSL color Cylindrical-coordinate representation of color #123703: hue angle of 102.69º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #123703 is Cyan = 0.67, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 55 | 3 | - |
| CMYK | 0.67 | 0 | 0.95 | 0.78 |
| HSL | 102.69º | 0.9% | 0.11% | - |
| HSV(B) | 102.69º | 0.95% | 0.22% | - |
| XYZ | 1.63 | 2.87 | 0.55 | - |
| YUV | 38.01 | 108.24 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 3 | 0.67 | 0 | 0.95 | 0.78 | 102.69 | 0.9 | 0.11 |
| Hex | 12 | 37 | 3 | 43 | 0 | 5F | 4E | 67 | 5A | B |
| Octal | 22 | 67 | 3 | 103 | 0 | 137 | 116 | 147 | 132 | 13 |
| Binary | 10010 | 110111 | 11 | 1000011 | 0 | 1011111 | 1001110 | 1100111 | 1011010 | 1011 |
Color Harmonies of #123703
Complementary color
Monochromatic Colors of #123703
Black with #123703
Text Example
Text Example
White with #123703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123703; }
p { color: rgb(18,55,3); }
H1.HeaderClassName
{
color: #123703;
}
.AnyTagClassName
{
color: #123703;
}
</style>
background-color css
<style>
a { background-color: #123703; }
a { background-color: rgb(18,55,3); }
div.DivClassName
{
background-color: #123703;
}
.BgClassName
{
background-color: #123703;
}
</style>
border-color css
<style>
span { border-color: #123703; }
span { border-color: rgb(18,55,3); }
td.TdClassName
{
border-color: #123703;
}
.TagClassName
{
border-color: #123703;
}
</style>