Shades of Myrtle #123702
Tints of Myrtle #123702
RGB
CMYK
RGB Variations
Color information
#123702 (or 0x123702) is known color: Myrtle. HEX triplet: 12, 37 and 02. RGB value is (18,55,2). Sum of RGB (Red+Green+Blue) = 18+55+2=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 55 (21.88% from 255 or 73.33% from 75); Blue value is 2 (1.17% from 255 or 2.67% from 75); Max value from RGB is 55 - color contains mainly: green. Hex color #123702 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123702 is #EDC8FD. Grayscale: #262626. Windows color (decimal): -15583486 or 145170. OLE color: 145170.
HSL color Cylindrical-coordinate representation of color #123702: hue angle of 101.89º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #123702 is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 55 | 2 | - |
| CMYK | 0.67 | 0 | 0.96 | 0.78 |
| HSL | 101.89º | 0.93% | 0.11% | - |
| HSV(B) | 101.89º | 0.96% | 0.22% | - |
| XYZ | 1.63 | 2.87 | 0.52 | - |
| YUV | 37.9 | 107.74 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 2 | 0.67 | 0 | 0.96 | 0.78 | 101.89 | 0.93 | 0.11 |
| Hex | 12 | 37 | 2 | 43 | 0 | 60 | 4E | 66 | 5D | B |
| Octal | 22 | 67 | 2 | 103 | 0 | 140 | 116 | 146 | 135 | 13 |
| Binary | 10010 | 110111 | 10 | 1000011 | 0 | 1100000 | 1001110 | 1100110 | 1011101 | 1011 |
Color Harmonies of #123702
Complementary color
Monochromatic Colors of #123702
Black with #123702
Text Example
Text Example
White with #123702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123702; }
p { color: rgb(18,55,2); }
H1.HeaderClassName
{
color: #123702;
}
.AnyTagClassName
{
color: #123702;
}
</style>
background-color css
<style>
a { background-color: #123702; }
a { background-color: rgb(18,55,2); }
div.DivClassName
{
background-color: #123702;
}
.BgClassName
{
background-color: #123702;
}
</style>
border-color css
<style>
span { border-color: #123702; }
span { border-color: rgb(18,55,2); }
td.TdClassName
{
border-color: #123702;
}
.TagClassName
{
border-color: #123702;
}
</style>