Shades of Myrtle #182913
Tints of Myrtle #182913
RGB
CMYK
RGB Variations
Color information
#182913 (or 0x182913) is known color: Myrtle. HEX triplet: 18, 29 and 13. RGB value is (24,41,19). Sum of RGB (Red+Green+Blue) = 24+41+19=84 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.57% from 84); Green value is 41 (16.41% from 255 or 48.81% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 41 - color contains mainly: green. Hex color #182913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182913 is #E7D6EC. Grayscale: #212121. Windows color (decimal): -15193837 or 1255704. OLE color: 1255704.
HSL color Cylindrical-coordinate representation of color #182913: hue angle of 106.36º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #182913 is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 24 | 41 | 19 | - |
| CMYK | 0.41 | 0 | 0.54 | 0.84 |
| HSL | 106.36º | 0.37% | 0.12% | - |
| HSV(B) | 106.36º | 0.54% | 0.16% | - |
| XYZ | 1.29 | 1.83 | 0.9 | - |
| YUV | 33.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 41 | 19 | 0.41 | 0 | 0.54 | 0.84 | 106.36 | 0.37 | 0.12 |
| Hex | 18 | 29 | 13 | 29 | 0 | 36 | 54 | 6A | 25 | C |
| Octal | 30 | 51 | 23 | 51 | 0 | 66 | 124 | 152 | 45 | 14 |
| Binary | 11000 | 101001 | 10011 | 101001 | 0 | 110110 | 1010100 | 1101010 | 100101 | 1100 |
Color Harmonies of #182913
Complementary color
Monochromatic Colors of #182913
Black with #182913
Text Example
Text Example
White with #182913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182913; }
p { color: rgb(24,41,19); }
H1.HeaderClassName
{
color: #182913;
}
.AnyTagClassName
{
color: #182913;
}
</style>
background-color css
<style>
a { background-color: #182913; }
a { background-color: rgb(24,41,19); }
div.DivClassName
{
background-color: #182913;
}
.BgClassName
{
background-color: #182913;
}
</style>
border-color css
<style>
span { border-color: #182913; }
span { border-color: rgb(24,41,19); }
td.TdClassName
{
border-color: #182913;
}
.TagClassName
{
border-color: #182913;
}
</style>