Shades of Myrtle #183913
Tints of Myrtle #183913
RGB
CMYK
RGB Variations
Color information
#183913 (or 0x183913) is known color: Myrtle. HEX triplet: 18, 39 and 13. RGB value is (24,57,19). Sum of RGB (Red+Green+Blue) = 24+57+19=100 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24% from 100); Green value is 57 (22.66% from 255 or 57% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 57 - color contains mainly: green. Hex color #183913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183913 is #E7C6EC. Grayscale: #2A2A2A. Windows color (decimal): -15189741 or 1259800. OLE color: 1259800.
HSL color Cylindrical-coordinate representation of color #183913: hue angle of 112.11º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #183913 is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 57 | 19 | - |
| CMYK | 0.58 | 0 | 0.67 | 0.78 |
| HSL | 112.11º | 0.5% | 0.15% | - |
| HSV(B) | 112.11º | 0.67% | 0.22% | - |
| XYZ | 1.96 | 3.17 | 1.12 | - |
| YUV | 42.8 | 114.57 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 57 | 19 | 0.58 | 0 | 0.67 | 0.78 | 112.11 | 0.5 | 0.15 |
| Hex | 18 | 39 | 13 | 3A | 0 | 43 | 4E | 70 | 32 | F |
| Octal | 30 | 71 | 23 | 72 | 0 | 103 | 116 | 160 | 62 | 17 |
| Binary | 11000 | 111001 | 10011 | 111010 | 0 | 1000011 | 1001110 | 1110000 | 110010 | 1111 |
Color Harmonies of #183913
Complementary color
Monochromatic Colors of #183913
Black with #183913
Text Example
Text Example
White with #183913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183913; }
p { color: rgb(24,57,19); }
H1.HeaderClassName
{
color: #183913;
}
.AnyTagClassName
{
color: #183913;
}
</style>
background-color css
<style>
a { background-color: #183913; }
a { background-color: rgb(24,57,19); }
div.DivClassName
{
background-color: #183913;
}
.BgClassName
{
background-color: #183913;
}
</style>
border-color css
<style>
span { border-color: #183913; }
span { border-color: rgb(24,57,19); }
td.TdClassName
{
border-color: #183913;
}
.TagClassName
{
border-color: #183913;
}
</style>