Shades of Myrtle #185015
Tints of Myrtle #185015
RGB
CMYK
RGB Variations
Color information
#185015 (or 0x185015) is known color: Myrtle. HEX triplet: 18, 50 and 15. RGB value is (24,80,21). Sum of RGB (Red+Green+Blue) = 24+80+21=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 80 (31.64% from 255 or 64% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 80 - color contains mainly: green. Hex color #185015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185015 is #E7AFEA. Grayscale: #383838. Windows color (decimal): -15183851 or 1396760. OLE color: 1396760.
HSL color Cylindrical-coordinate representation of color #185015: hue angle of 116.95º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #185015 is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 80 | 21 | - |
| CMYK | 0.70 | 0 | 0.74 | 0.69 |
| HSL | 116.95º | 0.58% | 0.2% | - |
| HSV(B) | 116.95º | 0.74% | 0.31% | - |
| XYZ | 3.38 | 5.99 | 1.69 | - |
| YUV | 56.53 | 107.95 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 21 | 0.70 | 0 | 0.74 | 0.69 | 116.95 | 0.58 | 0.2 |
| Hex | 18 | 50 | 15 | 46 | 0 | 4A | 45 | 75 | 3A | 14 |
| Octal | 30 | 120 | 25 | 106 | 0 | 112 | 105 | 165 | 72 | 24 |
| Binary | 11000 | 1010000 | 10101 | 1000110 | 0 | 1001010 | 1000101 | 1110101 | 111010 | 10100 |
Color Harmonies of #185015
Complementary color
Monochromatic Colors of #185015
Black with #185015
Text Example
Text Example
White with #185015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185015; }
p { color: rgb(24,80,21); }
H1.HeaderClassName
{
color: #185015;
}
.AnyTagClassName
{
color: #185015;
}
</style>
background-color css
<style>
a { background-color: #185015; }
a { background-color: rgb(24,80,21); }
div.DivClassName
{
background-color: #185015;
}
.BgClassName
{
background-color: #185015;
}
</style>
border-color css
<style>
span { border-color: #185015; }
span { border-color: rgb(24,80,21); }
td.TdClassName
{
border-color: #185015;
}
.TagClassName
{
border-color: #185015;
}
</style>