Shades of Myrtle #183513
Tints of Myrtle #183513
RGB
CMYK
RGB Variations
Color information
#183513 (or 0x183513) is known color: Myrtle. HEX triplet: 18, 35 and 13. RGB value is (24,53,19). Sum of RGB (Red+Green+Blue) = 24+53+19=96 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25% from 96); Green value is 53 (21.09% from 255 or 55.21% from 96); Blue value is 19 (7.81% from 255 or 19.79% from 96); Max value from RGB is 53 - color contains mainly: green. Hex color #183513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183513 is #E7CAEC. Grayscale: #282828. Windows color (decimal): -15190765 or 1258776. OLE color: 1258776.
HSL color Cylindrical-coordinate representation of color #183513: hue angle of 111.18º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #183513 is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 24 | 53 | 19 | - |
| CMYK | 0.55 | 0 | 0.64 | 0.79 |
| HSL | 111.18º | 0.47% | 0.14% | - |
| HSV(B) | 111.18º | 0.64% | 0.21% | - |
| XYZ | 1.77 | 2.79 | 1.06 | - |
| YUV | 40.45 | 115.89 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 19 | 0.55 | 0 | 0.64 | 0.79 | 111.18 | 0.47 | 0.14 |
| Hex | 18 | 35 | 13 | 37 | 0 | 40 | 4F | 6F | 2F | E |
| Octal | 30 | 65 | 23 | 67 | 0 | 100 | 117 | 157 | 57 | 16 |
| Binary | 11000 | 110101 | 10011 | 110111 | 0 | 1000000 | 1001111 | 1101111 | 101111 | 1110 |
Color Harmonies of #183513
Complementary color
Monochromatic Colors of #183513
Black with #183513
Text Example
Text Example
White with #183513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183513; }
p { color: rgb(24,53,19); }
H1.HeaderClassName
{
color: #183513;
}
.AnyTagClassName
{
color: #183513;
}
</style>
background-color css
<style>
a { background-color: #183513; }
a { background-color: rgb(24,53,19); }
div.DivClassName
{
background-color: #183513;
}
.BgClassName
{
background-color: #183513;
}
</style>
border-color css
<style>
span { border-color: #183513; }
span { border-color: rgb(24,53,19); }
td.TdClassName
{
border-color: #183513;
}
.TagClassName
{
border-color: #183513;
}
</style>