Shades of Myrtle #186315
Tints of Myrtle #186315
RGB
CMYK
RGB Variations
Color information
#186315 (or 0x186315) is known color: Myrtle. HEX triplet: 18, 63 and 15. RGB value is (24,99,21). Sum of RGB (Red+Green+Blue) = 24+99+21=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 99 (39.06% from 255 or 68.75% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 99 - color contains mainly: green. Hex color #186315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #186315 is #E79CEA. Grayscale: #434343. Windows color (decimal): -15178987 or 1401624. OLE color: 1401624.
HSL color Cylindrical-coordinate representation of color #186315: hue angle of 117.69º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #186315 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 99 | 21 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.61 |
| HSL | 117.69º | 0.65% | 0.24% | - |
| HSV(B) | 117.69º | 0.79% | 0.39% | - |
| XYZ | 4.97 | 9.17 | 2.22 | - |
| YUV | 67.68 | 101.65 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 99 | 21 | 0.76 | 0 | 0.79 | 0.61 | 117.69 | 0.65 | 0.24 |
| Hex | 18 | 63 | 15 | 4C | 0 | 4F | 3D | 76 | 41 | 18 |
| Octal | 30 | 143 | 25 | 114 | 0 | 117 | 75 | 166 | 101 | 30 |
| Binary | 11000 | 1100011 | 10101 | 1001100 | 0 | 1001111 | 111101 | 1110110 | 1000001 | 11000 |
Color Harmonies of #186315
Complementary color
Monochromatic Colors of #186315
Black with #186315
Text Example
Text Example
White with #186315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186315; }
p { color: rgb(24,99,21); }
H1.HeaderClassName
{
color: #186315;
}
.AnyTagClassName
{
color: #186315;
}
</style>
background-color css
<style>
a { background-color: #186315; }
a { background-color: rgb(24,99,21); }
div.DivClassName
{
background-color: #186315;
}
.BgClassName
{
background-color: #186315;
}
</style>
border-color css
<style>
span { border-color: #186315; }
span { border-color: rgb(24,99,21); }
td.TdClassName
{
border-color: #186315;
}
.TagClassName
{
border-color: #186315;
}
</style>