Shades of Myrtle #185512
Tints of Myrtle #185512
RGB
CMYK
RGB Variations
Color information
#185512 (or 0x185512) is known color: Myrtle. HEX triplet: 18, 55 and 12. RGB value is (24,85,18). Sum of RGB (Red+Green+Blue) = 24+85+18=127 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.90% from 127); Green value is 85 (33.59% from 255 or 66.93% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 85 - color contains mainly: green. Hex color #185512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185512 is #E7AAED. Grayscale: #3B3B3B. Windows color (decimal): -15182574 or 1201432. OLE color: 1201432.
HSL color Cylindrical-coordinate representation of color #185512: hue angle of 114.63º 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 #185512 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 85 | 18 | - |
| CMYK | 0.72 | 0 | 0.79 | 0.67 |
| HSL | 114.63º | 0.65% | 0.2% | - |
| HSV(B) | 114.63º | 0.79% | 0.33% | - |
| XYZ | 3.73 | 6.73 | 1.68 | - |
| YUV | 59.12 | 104.79 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 18 | 0.72 | 0 | 0.79 | 0.67 | 114.63 | 0.65 | 0.2 |
| Hex | 18 | 55 | 12 | 48 | 0 | 4F | 43 | 73 | 41 | 14 |
| Octal | 30 | 125 | 22 | 110 | 0 | 117 | 103 | 163 | 101 | 24 |
| Binary | 11000 | 1010101 | 10010 | 1001000 | 0 | 1001111 | 1000011 | 1110011 | 1000001 | 10100 |
Color Harmonies of #185512
Complementary color
Monochromatic Colors of #185512
Black with #185512
Text Example
Text Example
White with #185512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185512; }
p { color: rgb(24,85,18); }
H1.HeaderClassName
{
color: #185512;
}
.AnyTagClassName
{
color: #185512;
}
</style>
background-color css
<style>
a { background-color: #185512; }
a { background-color: rgb(24,85,18); }
div.DivClassName
{
background-color: #185512;
}
.BgClassName
{
background-color: #185512;
}
</style>
border-color css
<style>
span { border-color: #185512; }
span { border-color: rgb(24,85,18); }
td.TdClassName
{
border-color: #185512;
}
.TagClassName
{
border-color: #185512;
}
</style>