Shades of Myrtle #184F12
Tints of Myrtle #184F12
RGB
CMYK
RGB Variations
Color information
#184F12 (or 0x184F12) is known color: Myrtle. HEX triplet: 18, 4F and 12. RGB value is (24,79,18). Sum of RGB (Red+Green+Blue) = 24+79+18=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 79 (31.25% from 255 or 65.29% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 79 - color contains mainly: green. Hex color #184F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #184F12 is #E7B0ED. Grayscale: #373737. Windows color (decimal): -15184110 or 1199896. OLE color: 1199896.
HSL color Cylindrical-coordinate representation of color #184F12: hue angle of 114.1º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #184F12 is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 79 | 18 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.69 |
| HSL | 114.1º | 0.63% | 0.19% | - |
| HSV(B) | 114.1º | 0.77% | 0.31% | - |
| XYZ | 3.28 | 5.83 | 1.52 | - |
| YUV | 55.6 | 106.78 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 18 | 0.70 | 0 | 0.77 | 0.69 | 114.1 | 0.63 | 0.19 |
| Hex | 18 | 4F | 12 | 46 | 0 | 4D | 45 | 72 | 3F | 13 |
| Octal | 30 | 117 | 22 | 106 | 0 | 115 | 105 | 162 | 77 | 23 |
| Binary | 11000 | 1001111 | 10010 | 1000110 | 0 | 1001101 | 1000101 | 1110010 | 111111 | 10011 |
Color Harmonies of #184F12
Complementary color
Monochromatic Colors of #184F12
Black with #184F12
Text Example
Text Example
White with #184F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184F12; }
p { color: rgb(24,79,18); }
H1.HeaderClassName
{
color: #184F12;
}
.AnyTagClassName
{
color: #184F12;
}
</style>
background-color css
<style>
a { background-color: #184F12; }
a { background-color: rgb(24,79,18); }
div.DivClassName
{
background-color: #184F12;
}
.BgClassName
{
background-color: #184F12;
}
</style>
border-color css
<style>
span { border-color: #184F12; }
span { border-color: rgb(24,79,18); }
td.TdClassName
{
border-color: #184F12;
}
.TagClassName
{
border-color: #184F12;
}
</style>