Shades of Myrtle #185412
Tints of Myrtle #185412
RGB
CMYK
RGB Variations
Color information
#185412 (or 0x185412) is known color: Myrtle. HEX triplet: 18, 54 and 12. RGB value is (24,84,18). Sum of RGB (Red+Green+Blue) = 24+84+18=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 84 (33.20% from 255 or 66.67% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 84 - color contains mainly: green. Hex color #185412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185412 is #E7ABED. Grayscale: #3A3A3A. Windows color (decimal): -15182830 or 1201176. OLE color: 1201176.
HSL color Cylindrical-coordinate representation of color #185412: hue angle of 114.55º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #185412 is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 84 | 18 | - |
| CMYK | 0.71 | 0 | 0.79 | 0.67 |
| HSL | 114.55º | 0.65% | 0.2% | - |
| HSV(B) | 114.55º | 0.79% | 0.33% | - |
| XYZ | 3.66 | 6.58 | 1.65 | - |
| YUV | 58.54 | 105.12 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 84 | 18 | 0.71 | 0 | 0.79 | 0.67 | 114.55 | 0.65 | 0.2 |
| Hex | 18 | 54 | 12 | 47 | 0 | 4F | 43 | 73 | 41 | 14 |
| Octal | 30 | 124 | 22 | 107 | 0 | 117 | 103 | 163 | 101 | 24 |
| Binary | 11000 | 1010100 | 10010 | 1000111 | 0 | 1001111 | 1000011 | 1110011 | 1000001 | 10100 |
Color Harmonies of #185412
Complementary color
Monochromatic Colors of #185412
Black with #185412
Text Example
Text Example
White with #185412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185412; }
p { color: rgb(24,84,18); }
H1.HeaderClassName
{
color: #185412;
}
.AnyTagClassName
{
color: #185412;
}
</style>
background-color css
<style>
a { background-color: #185412; }
a { background-color: rgb(24,84,18); }
div.DivClassName
{
background-color: #185412;
}
.BgClassName
{
background-color: #185412;
}
</style>
border-color css
<style>
span { border-color: #185412; }
span { border-color: rgb(24,84,18); }
td.TdClassName
{
border-color: #185412;
}
.TagClassName
{
border-color: #185412;
}
</style>