Shades of Myrtle #186415
Tints of Myrtle #186415
RGB
CMYK
RGB Variations
Color information
#186415 (or 0x186415) is known color: Myrtle. HEX triplet: 18, 64 and 15. RGB value is (24,100,21). Sum of RGB (Red+Green+Blue) = 24+100+21=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 100 (39.45% from 255 or 68.97% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 100 - color contains mainly: green. Hex color #186415 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #186415 is #E79BEA. Grayscale: #444444. Windows color (decimal): -15178731 or 1401880. OLE color: 1401880.
HSL color Cylindrical-coordinate representation of color #186415: hue angle of 117.72º 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 #186415 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 100 | 21 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.61 |
| HSL | 117.72º | 0.65% | 0.24% | - |
| HSV(B) | 117.72º | 0.79% | 0.39% | - |
| XYZ | 5.07 | 9.36 | 2.25 | - |
| YUV | 68.27 | 101.32 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 100 | 21 | 0.76 | 0 | 0.79 | 0.61 | 117.72 | 0.65 | 0.24 |
| Hex | 18 | 64 | 15 | 4C | 0 | 4F | 3D | 76 | 41 | 18 |
| Octal | 30 | 144 | 25 | 114 | 0 | 117 | 75 | 166 | 101 | 30 |
| Binary | 11000 | 1100100 | 10101 | 1001100 | 0 | 1001111 | 111101 | 1110110 | 1000001 | 11000 |
Color Harmonies of #186415
Complementary color
Monochromatic Colors of #186415
Black with #186415
Text Example
Text Example
White with #186415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186415; }
p { color: rgb(24,100,21); }
H1.HeaderClassName
{
color: #186415;
}
.AnyTagClassName
{
color: #186415;
}
</style>
background-color css
<style>
a { background-color: #186415; }
a { background-color: rgb(24,100,21); }
div.DivClassName
{
background-color: #186415;
}
.BgClassName
{
background-color: #186415;
}
</style>
border-color css
<style>
span { border-color: #186415; }
span { border-color: rgb(24,100,21); }
td.TdClassName
{
border-color: #186415;
}
.TagClassName
{
border-color: #186415;
}
</style>