Shades of Myrtle #186410
Tints of Myrtle #186410
RGB
CMYK
RGB Variations
Color information
#186410 (or 0x186410) is known color: Myrtle. HEX triplet: 18, 64 and 10. RGB value is (24,100,16). Sum of RGB (Red+Green+Blue) = 24+100+16=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 100 (39.45% from 255 or 71.43% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 100 - color contains mainly: green. Hex color #186410 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #186410 is #E79BEF. Grayscale: #434343. Windows color (decimal): -15178736 or 1074200. OLE color: 1074200.
HSL color Cylindrical-coordinate representation of color #186410: hue angle of 114.29º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #186410 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 100 | 16 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.61 |
| HSL | 114.29º | 0.72% | 0.23% | - |
| HSV(B) | 114.29º | 0.84% | 0.39% | - |
| XYZ | 5.03 | 9.35 | 2.03 | - |
| YUV | 67.7 | 98.82 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 100 | 16 | 0.76 | 0 | 0.84 | 0.61 | 114.29 | 0.72 | 0.23 |
| Hex | 18 | 64 | 10 | 4C | 0 | 54 | 3D | 72 | 48 | 17 |
| Octal | 30 | 144 | 20 | 114 | 0 | 124 | 75 | 162 | 110 | 27 |
| Binary | 11000 | 1100100 | 10000 | 1001100 | 0 | 1010100 | 111101 | 1110010 | 1001000 | 10111 |
Color Harmonies of #186410
Complementary color
Monochromatic Colors of #186410
Black with #186410
Text Example
Text Example
White with #186410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186410; }
p { color: rgb(24,100,16); }
H1.HeaderClassName
{
color: #186410;
}
.AnyTagClassName
{
color: #186410;
}
</style>
background-color css
<style>
a { background-color: #186410; }
a { background-color: rgb(24,100,16); }
div.DivClassName
{
background-color: #186410;
}
.BgClassName
{
background-color: #186410;
}
</style>
border-color css
<style>
span { border-color: #186410; }
span { border-color: rgb(24,100,16); }
td.TdClassName
{
border-color: #186410;
}
.TagClassName
{
border-color: #186410;
}
</style>