Shades of Myrtle #184918
Tints of Myrtle #184918
RGB
CMYK
RGB Variations
Color information
#184918 (or 0x184918) is known color: Myrtle. HEX triplet: 18, 49 and 18. RGB value is (24,73,24). Sum of RGB (Red+Green+Blue) = 24+73+24=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 73 (28.91% from 255 or 60.33% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 73 - color contains mainly: green. Hex color #184918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #184918 is #E7B6E7. Grayscale: #343434. Windows color (decimal): -15185640 or 1591576. OLE color: 1591576.
HSL color Cylindrical-coordinate representation of color #184918: hue angle of 120º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #184918 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 73 | 24 | - |
| CMYK | 0.67 | 0 | 0.67 | 0.71 |
| HSL | 120º | 0.51% | 0.19% | - |
| HSV(B) | 120º | 0.67% | 0.29% | - |
| XYZ | 2.92 | 5.03 | 1.68 | - |
| YUV | 52.76 | 111.77 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 73 | 24 | 0.67 | 0 | 0.67 | 0.71 | 120 | 0.51 | 0.19 |
| Hex | 18 | 49 | 18 | 43 | 0 | 43 | 47 | 78 | 33 | 13 |
| Octal | 30 | 111 | 30 | 103 | 0 | 103 | 107 | 170 | 63 | 23 |
| Binary | 11000 | 1001001 | 11000 | 1000011 | 0 | 1000011 | 1000111 | 1111000 | 110011 | 10011 |
Color Harmonies of #184918
Complementary color
Monochromatic Colors of #184918
Black with #184918
Text Example
Text Example
White with #184918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184918; }
p { color: rgb(24,73,24); }
H1.HeaderClassName
{
color: #184918;
}
.AnyTagClassName
{
color: #184918;
}
</style>
background-color css
<style>
a { background-color: #184918; }
a { background-color: rgb(24,73,24); }
div.DivClassName
{
background-color: #184918;
}
.BgClassName
{
background-color: #184918;
}
</style>
border-color css
<style>
span { border-color: #184918; }
span { border-color: rgb(24,73,24); }
td.TdClassName
{
border-color: #184918;
}
.TagClassName
{
border-color: #184918;
}
</style>