Shades of Myrtle #185510
Tints of Myrtle #185510
RGB
CMYK
RGB Variations
Color information
#185510 (or 0x185510) is known color: Myrtle. HEX triplet: 18, 55 and 10. RGB value is (24,85,16). Sum of RGB (Red+Green+Blue) = 24+85+16=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 85 (33.59% from 255 or 68% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 85 - color contains mainly: green. Hex color #185510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185510 is #E7AAEF. Grayscale: #3B3B3B. Windows color (decimal): -15182576 or 1070360. OLE color: 1070360.
HSL color Cylindrical-coordinate representation of color #185510: hue angle of 113.04º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #185510 is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 85 | 16 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.67 |
| HSL | 113.04º | 0.68% | 0.2% | - |
| HSV(B) | 113.04º | 0.81% | 0.33% | - |
| XYZ | 3.72 | 6.73 | 1.59 | - |
| YUV | 58.9 | 103.79 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 16 | 0.72 | 0 | 0.81 | 0.67 | 113.04 | 0.68 | 0.2 |
| Hex | 18 | 55 | 10 | 48 | 0 | 51 | 43 | 71 | 44 | 14 |
| Octal | 30 | 125 | 20 | 110 | 0 | 121 | 103 | 161 | 104 | 24 |
| Binary | 11000 | 1010101 | 10000 | 1001000 | 0 | 1010001 | 1000011 | 1110001 | 1000100 | 10100 |
Color Harmonies of #185510
Complementary color
Monochromatic Colors of #185510
Black with #185510
Text Example
Text Example
White with #185510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185510; }
p { color: rgb(24,85,16); }
H1.HeaderClassName
{
color: #185510;
}
.AnyTagClassName
{
color: #185510;
}
</style>
background-color css
<style>
a { background-color: #185510; }
a { background-color: rgb(24,85,16); }
div.DivClassName
{
background-color: #185510;
}
.BgClassName
{
background-color: #185510;
}
</style>
border-color css
<style>
span { border-color: #185510; }
span { border-color: rgb(24,85,16); }
td.TdClassName
{
border-color: #185510;
}
.TagClassName
{
border-color: #185510;
}
</style>