Shades of Myrtle #185112
Tints of Myrtle #185112
RGB
CMYK
RGB Variations
Color information
#185112 (or 0x185112) is known color: Myrtle. HEX triplet: 18, 51 and 12. RGB value is (24,81,18). Sum of RGB (Red+Green+Blue) = 24+81+18=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 81 (32.03% from 255 or 65.85% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 81 - color contains mainly: green. Hex color #185112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185112 is #E7AEED. Grayscale: #383838. Windows color (decimal): -15183598 or 1200408. OLE color: 1200408.
HSL color Cylindrical-coordinate representation of color #185112: hue angle of 114.29º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #185112 is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 81 | 18 | - |
| CMYK | 0.70 | 0 | 0.78 | 0.68 |
| HSL | 114.29º | 0.64% | 0.19% | - |
| HSV(B) | 114.29º | 0.78% | 0.32% | - |
| XYZ | 3.43 | 6.12 | 1.57 | - |
| YUV | 56.78 | 106.12 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 81 | 18 | 0.70 | 0 | 0.78 | 0.68 | 114.29 | 0.64 | 0.19 |
| Hex | 18 | 51 | 12 | 46 | 0 | 4E | 44 | 72 | 40 | 13 |
| Octal | 30 | 121 | 22 | 106 | 0 | 116 | 104 | 162 | 100 | 23 |
| Binary | 11000 | 1010001 | 10010 | 1000110 | 0 | 1001110 | 1000100 | 1110010 | 1000000 | 10011 |
Color Harmonies of #185112
Complementary color
Monochromatic Colors of #185112
Black with #185112
Text Example
Text Example
White with #185112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185112; }
p { color: rgb(24,81,18); }
H1.HeaderClassName
{
color: #185112;
}
.AnyTagClassName
{
color: #185112;
}
</style>
background-color css
<style>
a { background-color: #185112; }
a { background-color: rgb(24,81,18); }
div.DivClassName
{
background-color: #185112;
}
.BgClassName
{
background-color: #185112;
}
</style>
border-color css
<style>
span { border-color: #185112; }
span { border-color: rgb(24,81,18); }
td.TdClassName
{
border-color: #185112;
}
.TagClassName
{
border-color: #185112;
}
</style>