Shades of Myrtle #183013
Tints of Myrtle #183013
RGB
CMYK
RGB Variations
Color information
#183013 (or 0x183013) is known color: Myrtle. HEX triplet: 18, 30 and 13. RGB value is (24,48,19). Sum of RGB (Red+Green+Blue) = 24+48+19=91 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.37% from 91); Green value is 48 (19.14% from 255 or 52.75% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 48 - color contains mainly: green. Hex color #183013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183013 is #E7CFEC. Grayscale: #252525. Windows color (decimal): -15192045 or 1257496. OLE color: 1257496.
HSL color Cylindrical-coordinate representation of color #183013: hue angle of 109.66º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #183013 is Cyan = 0.5, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 24 | 48 | 19 | - |
| CMYK | 0.5 | 0 | 0.60 | 0.81 |
| HSL | 109.66º | 0.43% | 0.13% | - |
| HSV(B) | 109.66º | 0.6% | 0.19% | - |
| XYZ | 1.55 | 2.36 | 0.99 | - |
| YUV | 37.52 | 117.55 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 48 | 19 | 0.5 | 0 | 0.60 | 0.81 | 109.66 | 0.43 | 0.13 |
| Hex | 18 | 30 | 13 | 32 | 0 | 3C | 51 | 6E | 2B | D |
| Octal | 30 | 60 | 23 | 62 | 0 | 74 | 121 | 156 | 53 | 15 |
| Binary | 11000 | 110000 | 10011 | 110010 | 0 | 111100 | 1010001 | 1101110 | 101011 | 1101 |
Color Harmonies of #183013
Complementary color
Monochromatic Colors of #183013
Black with #183013
Text Example
Text Example
White with #183013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183013; }
p { color: rgb(24,48,19); }
H1.HeaderClassName
{
color: #183013;
}
.AnyTagClassName
{
color: #183013;
}
</style>
background-color css
<style>
a { background-color: #183013; }
a { background-color: rgb(24,48,19); }
div.DivClassName
{
background-color: #183013;
}
.BgClassName
{
background-color: #183013;
}
</style>
border-color css
<style>
span { border-color: #183013; }
span { border-color: rgb(24,48,19); }
td.TdClassName
{
border-color: #183013;
}
.TagClassName
{
border-color: #183013;
}
</style>