Shades of Myrtle #123F04
Tints of Myrtle #123F04
RGB
CMYK
RGB Variations
Color information
#123F04 (or 0x123F04) is known color: Myrtle. HEX triplet: 12, 3F and 04. RGB value is (18,63,4). Sum of RGB (Red+Green+Blue) = 18+63+4=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 63 (25% from 255 or 74.12% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 63 - color contains mainly: green. Hex color #123F04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123F04 is #EDC0FB. Grayscale: #2B2B2B. Windows color (decimal): -15581436 or 278290. OLE color: 278290.
HSL color Cylindrical-coordinate representation of color #123F04: hue angle of 105.76º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #123F04 is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 63 | 4 | - |
| CMYK | 0.71 | 0 | 0.94 | 0.75 |
| HSL | 105.76º | 0.88% | 0.13% | - |
| HSV(B) | 105.76º | 0.94% | 0.25% | - |
| XYZ | 2.05 | 3.69 | 0.72 | - |
| YUV | 42.82 | 106.09 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 4 | 0.71 | 0 | 0.94 | 0.75 | 105.76 | 0.88 | 0.13 |
| Hex | 12 | 3F | 4 | 47 | 0 | 5E | 4B | 6A | 58 | D |
| Octal | 22 | 77 | 4 | 107 | 0 | 136 | 113 | 152 | 130 | 15 |
| Binary | 10010 | 111111 | 100 | 1000111 | 0 | 1011110 | 1001011 | 1101010 | 1011000 | 1101 |
Color Harmonies of #123F04
Complementary color
Monochromatic Colors of #123F04
Black with #123F04
Text Example
Text Example
White with #123F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123F04; }
p { color: rgb(18,63,4); }
H1.HeaderClassName
{
color: #123F04;
}
.AnyTagClassName
{
color: #123F04;
}
</style>
background-color css
<style>
a { background-color: #123F04; }
a { background-color: rgb(18,63,4); }
div.DivClassName
{
background-color: #123F04;
}
.BgClassName
{
background-color: #123F04;
}
</style>
border-color css
<style>
span { border-color: #123F04; }
span { border-color: rgb(18,63,4); }
td.TdClassName
{
border-color: #123F04;
}
.TagClassName
{
border-color: #123F04;
}
</style>