Shades of Myrtle #184A16
Tints of Myrtle #184A16
RGB
CMYK
RGB Variations
Color information
#184A16 (or 0x184A16) is known color: Myrtle. HEX triplet: 18, 4A and 16. RGB value is (24,74,22). Sum of RGB (Red+Green+Blue) = 24+74+22=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 74 (29.30% from 255 or 61.67% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 74 - color contains mainly: green. Hex color #184A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #184A16 is #E7B5E9. Grayscale: #353535. Windows color (decimal): -15185386 or 1460760. OLE color: 1460760.
HSL color Cylindrical-coordinate representation of color #184A16: hue angle of 117.69º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #184A16 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 74 | 22 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.71 |
| HSL | 117.69º | 0.54% | 0.19% | - |
| HSV(B) | 117.69º | 0.7% | 0.29% | - |
| XYZ | 2.97 | 5.15 | 1.6 | - |
| YUV | 53.12 | 110.44 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 74 | 22 | 0.68 | 0 | 0.70 | 0.71 | 117.69 | 0.54 | 0.19 |
| Hex | 18 | 4A | 16 | 44 | 0 | 46 | 47 | 76 | 36 | 13 |
| Octal | 30 | 112 | 26 | 104 | 0 | 106 | 107 | 166 | 66 | 23 |
| Binary | 11000 | 1001010 | 10110 | 1000100 | 0 | 1000110 | 1000111 | 1110110 | 110110 | 10011 |
Color Harmonies of #184A16
Complementary color
Monochromatic Colors of #184A16
Black with #184A16
Text Example
Text Example
White with #184A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184A16; }
p { color: rgb(24,74,22); }
H1.HeaderClassName
{
color: #184A16;
}
.AnyTagClassName
{
color: #184A16;
}
</style>
background-color css
<style>
a { background-color: #184A16; }
a { background-color: rgb(24,74,22); }
div.DivClassName
{
background-color: #184A16;
}
.BgClassName
{
background-color: #184A16;
}
</style>
border-color css
<style>
span { border-color: #184A16; }
span { border-color: rgb(24,74,22); }
td.TdClassName
{
border-color: #184A16;
}
.TagClassName
{
border-color: #184A16;
}
</style>