Shades of Myrtle #183210
Tints of Myrtle #183210
RGB
CMYK
RGB Variations
Color information
#183210 (or 0x183210) is known color: Myrtle. HEX triplet: 18, 32 and 10. RGB value is (24,50,16). Sum of RGB (Red+Green+Blue) = 24+50+16=90 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.67% from 90); Green value is 50 (19.92% from 255 or 55.56% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 50 - color contains mainly: green. Hex color #183210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183210 is #E7CDEF. Grayscale: #262626. Windows color (decimal): -15191536 or 1061400. OLE color: 1061400.
HSL color Cylindrical-coordinate representation of color #183210: hue angle of 105.88º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #183210 is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 50 | 16 | - |
| CMYK | 0.52 | 0 | 0.68 | 0.80 |
| HSL | 105.88º | 0.52% | 0.13% | - |
| HSV(B) | 105.88º | 0.68% | 0.2% | - |
| XYZ | 1.61 | 2.51 | 0.89 | - |
| YUV | 38.35 | 115.39 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 50 | 16 | 0.52 | 0 | 0.68 | 0.80 | 105.88 | 0.52 | 0.13 |
| Hex | 18 | 32 | 10 | 34 | 0 | 44 | 50 | 6A | 34 | D |
| Octal | 30 | 62 | 20 | 64 | 0 | 104 | 120 | 152 | 64 | 15 |
| Binary | 11000 | 110010 | 10000 | 110100 | 0 | 1000100 | 1010000 | 1101010 | 110100 | 1101 |
Color Harmonies of #183210
Complementary color
Monochromatic Colors of #183210
Black with #183210
Text Example
Text Example
White with #183210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183210; }
p { color: rgb(24,50,16); }
H1.HeaderClassName
{
color: #183210;
}
.AnyTagClassName
{
color: #183210;
}
</style>
background-color css
<style>
a { background-color: #183210; }
a { background-color: rgb(24,50,16); }
div.DivClassName
{
background-color: #183210;
}
.BgClassName
{
background-color: #183210;
}
</style>
border-color css
<style>
span { border-color: #183210; }
span { border-color: rgb(24,50,16); }
td.TdClassName
{
border-color: #183210;
}
.TagClassName
{
border-color: #183210;
}
</style>