Shades of Myrtle #183016
Tints of Myrtle #183016
RGB
CMYK
RGB Variations
Color information
#183016 (or 0x183016) is known color: Myrtle. HEX triplet: 18, 30 and 16. RGB value is (24,48,22). Sum of RGB (Red+Green+Blue) = 24+48+22=94 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.53% from 94); Green value is 48 (19.14% from 255 or 51.06% from 94); Blue value is 22 (8.98% from 255 or 23.40% from 94); Max value from RGB is 48 - color contains mainly: green. Hex color #183016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183016 is #E7CFE9. Grayscale: #252525. Windows color (decimal): -15192042 or 1454104. OLE color: 1454104.
HSL color Cylindrical-coordinate representation of color #183016: hue angle of 115.38º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #183016 is Cyan = 0.5, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 24 | 48 | 22 | - |
| CMYK | 0.5 | 0 | 0.54 | 0.81 |
| HSL | 115.38º | 0.37% | 0.14% | - |
| HSV(B) | 115.38º | 0.54% | 0.19% | - |
| XYZ | 1.58 | 2.37 | 1.13 | - |
| YUV | 37.86 | 119.05 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 48 | 22 | 0.5 | 0 | 0.54 | 0.81 | 115.38 | 0.37 | 0.14 |
| Hex | 18 | 30 | 16 | 32 | 0 | 36 | 51 | 73 | 25 | E |
| Octal | 30 | 60 | 26 | 62 | 0 | 66 | 121 | 163 | 45 | 16 |
| Binary | 11000 | 110000 | 10110 | 110010 | 0 | 110110 | 1010001 | 1110011 | 100101 | 1110 |
Color Harmonies of #183016
Complementary color
Monochromatic Colors of #183016
Black with #183016
Text Example
Text Example
White with #183016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183016; }
p { color: rgb(24,48,22); }
H1.HeaderClassName
{
color: #183016;
}
.AnyTagClassName
{
color: #183016;
}
</style>
background-color css
<style>
a { background-color: #183016; }
a { background-color: rgb(24,48,22); }
div.DivClassName
{
background-color: #183016;
}
.BgClassName
{
background-color: #183016;
}
</style>
border-color css
<style>
span { border-color: #183016; }
span { border-color: rgb(24,48,22); }
td.TdClassName
{
border-color: #183016;
}
.TagClassName
{
border-color: #183016;
}
</style>