Shades of Myrtle #123402
Tints of Myrtle #123402
RGB
CMYK
RGB Variations
Color information
#123402 (or 0x123402) is known color: Myrtle. HEX triplet: 12, 34 and 02. RGB value is (18,52,2). Sum of RGB (Red+Green+Blue) = 18+52+2=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 52 (20.70% from 255 or 72.22% from 72); Blue value is 2 (1.17% from 255 or 2.78% from 72); Max value from RGB is 52 - color contains mainly: green. Hex color #123402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123402 is #EDCBFD. Grayscale: #242424. Windows color (decimal): -15584254 or 144402. OLE color: 144402.
HSL color Cylindrical-coordinate representation of color #123402: hue angle of 100.8º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #123402 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 52 | 2 | - |
| CMYK | 0.65 | 0 | 0.96 | 0.80 |
| HSL | 100.8º | 0.93% | 0.11% | - |
| HSV(B) | 100.8º | 0.96% | 0.2% | - |
| XYZ | 1.49 | 2.59 | 0.48 | - |
| YUV | 36.13 | 108.74 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 2 | 0.65 | 0 | 0.96 | 0.80 | 100.8 | 0.93 | 0.11 |
| Hex | 12 | 34 | 2 | 41 | 0 | 60 | 50 | 65 | 5D | B |
| Octal | 22 | 64 | 2 | 101 | 0 | 140 | 120 | 145 | 135 | 13 |
| Binary | 10010 | 110100 | 10 | 1000001 | 0 | 1100000 | 1010000 | 1100101 | 1011101 | 1011 |
Color Harmonies of #123402
Complementary color
Monochromatic Colors of #123402
Black with #123402
Text Example
Text Example
White with #123402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123402; }
p { color: rgb(18,52,2); }
H1.HeaderClassName
{
color: #123402;
}
.AnyTagClassName
{
color: #123402;
}
</style>
background-color css
<style>
a { background-color: #123402; }
a { background-color: rgb(18,52,2); }
div.DivClassName
{
background-color: #123402;
}
.BgClassName
{
background-color: #123402;
}
</style>
border-color css
<style>
span { border-color: #123402; }
span { border-color: rgb(18,52,2); }
td.TdClassName
{
border-color: #123402;
}
.TagClassName
{
border-color: #123402;
}
</style>