Shades of Myrtle #183412
Tints of Myrtle #183412
RGB
CMYK
RGB Variations
Color information
#183412 (or 0x183412) is known color: Myrtle. HEX triplet: 18, 34 and 12. RGB value is (24,52,18). Sum of RGB (Red+Green+Blue) = 24+52+18=94 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.53% from 94); Green value is 52 (20.70% from 255 or 55.32% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 52 - color contains mainly: green. Hex color #183412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183412 is #E7CBED. Grayscale: #272727. Windows color (decimal): -15191022 or 1192984. OLE color: 1192984.
HSL color Cylindrical-coordinate representation of color #183412: hue angle of 109.41º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #183412 is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 52 | 18 | - |
| CMYK | 0.54 | 0 | 0.65 | 0.80 |
| HSL | 109.41º | 0.49% | 0.14% | - |
| HSV(B) | 109.41º | 0.65% | 0.2% | - |
| XYZ | 1.71 | 2.69 | 1 | - |
| YUV | 39.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 52 | 18 | 0.54 | 0 | 0.65 | 0.80 | 109.41 | 0.49 | 0.14 |
| Hex | 18 | 34 | 12 | 36 | 0 | 41 | 50 | 6D | 31 | E |
| Octal | 30 | 64 | 22 | 66 | 0 | 101 | 120 | 155 | 61 | 16 |
| Binary | 11000 | 110100 | 10010 | 110110 | 0 | 1000001 | 1010000 | 1101101 | 110001 | 1110 |
Color Harmonies of #183412
Complementary color
Monochromatic Colors of #183412
Black with #183412
Text Example
Text Example
White with #183412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183412; }
p { color: rgb(24,52,18); }
H1.HeaderClassName
{
color: #183412;
}
.AnyTagClassName
{
color: #183412;
}
</style>
background-color css
<style>
a { background-color: #183412; }
a { background-color: rgb(24,52,18); }
div.DivClassName
{
background-color: #183412;
}
.BgClassName
{
background-color: #183412;
}
</style>
border-color css
<style>
span { border-color: #183412; }
span { border-color: rgb(24,52,18); }
td.TdClassName
{
border-color: #183412;
}
.TagClassName
{
border-color: #183412;
}
</style>