Shades of Myrtle #182914
Tints of Myrtle #182914
RGB
CMYK
RGB Variations
Color information
#182914 (or 0x182914) is known color: Myrtle. HEX triplet: 18, 29 and 14. RGB value is (24,41,20). Sum of RGB (Red+Green+Blue) = 24+41+20=85 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.24% from 85); Green value is 41 (16.41% from 255 or 48.24% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 41 - color contains mainly: green. Hex color #182914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182914 is #E7D6EB. Grayscale: #212121. Windows color (decimal): -15193836 or 1321240. OLE color: 1321240.
HSL color Cylindrical-coordinate representation of color #182914: hue angle of 108.57º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #182914 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 24 | 41 | 20 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.84 |
| HSL | 108.57º | 0.34% | 0.12% | - |
| HSV(B) | 108.57º | 0.51% | 0.16% | - |
| XYZ | 1.3 | 1.83 | 0.95 | - |
| YUV | 33.52 | 120.37 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 41 | 20 | 0.41 | 0 | 0.51 | 0.84 | 108.57 | 0.34 | 0.12 |
| Hex | 18 | 29 | 14 | 29 | 0 | 33 | 54 | 6D | 22 | C |
| Octal | 30 | 51 | 24 | 51 | 0 | 63 | 124 | 155 | 42 | 14 |
| Binary | 11000 | 101001 | 10100 | 101001 | 0 | 110011 | 1010100 | 1101101 | 100010 | 1100 |
Color Harmonies of #182914
Complementary color
Monochromatic Colors of #182914
Black with #182914
Text Example
Text Example
White with #182914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182914; }
p { color: rgb(24,41,20); }
H1.HeaderClassName
{
color: #182914;
}
.AnyTagClassName
{
color: #182914;
}
</style>
background-color css
<style>
a { background-color: #182914; }
a { background-color: rgb(24,41,20); }
div.DivClassName
{
background-color: #182914;
}
.BgClassName
{
background-color: #182914;
}
</style>
border-color css
<style>
span { border-color: #182914; }
span { border-color: rgb(24,41,20); }
td.TdClassName
{
border-color: #182914;
}
.TagClassName
{
border-color: #182914;
}
</style>