Shades of Myrtle #186413
Tints of Myrtle #186413
RGB
CMYK
RGB Variations
Color information
#186413 (or 0x186413) is known color: Myrtle. HEX triplet: 18, 64 and 13. RGB value is (24,100,19). Sum of RGB (Red+Green+Blue) = 24+100+19=143 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.78% from 143); Green value is 100 (39.45% from 255 or 69.93% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 100 - color contains mainly: green. Hex color #186413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #186413 is #E79BEC. Grayscale: #444444. Windows color (decimal): -15178733 or 1270808. OLE color: 1270808.
HSL color Cylindrical-coordinate representation of color #186413: hue angle of 116.3º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #186413 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 100 | 19 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.61 |
| HSL | 116.3º | 0.68% | 0.23% | - |
| HSV(B) | 116.3º | 0.81% | 0.39% | - |
| XYZ | 5.05 | 9.36 | 2.16 | - |
| YUV | 68.04 | 100.32 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 100 | 19 | 0.76 | 0 | 0.81 | 0.61 | 116.3 | 0.68 | 0.23 |
| Hex | 18 | 64 | 13 | 4C | 0 | 51 | 3D | 74 | 44 | 17 |
| Octal | 30 | 144 | 23 | 114 | 0 | 121 | 75 | 164 | 104 | 27 |
| Binary | 11000 | 1100100 | 10011 | 1001100 | 0 | 1010001 | 111101 | 1110100 | 1000100 | 10111 |
Color Harmonies of #186413
Complementary color
Monochromatic Colors of #186413
Black with #186413
Text Example
Text Example
White with #186413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186413; }
p { color: rgb(24,100,19); }
H1.HeaderClassName
{
color: #186413;
}
.AnyTagClassName
{
color: #186413;
}
</style>
background-color css
<style>
a { background-color: #186413; }
a { background-color: rgb(24,100,19); }
div.DivClassName
{
background-color: #186413;
}
.BgClassName
{
background-color: #186413;
}
</style>
border-color css
<style>
span { border-color: #186413; }
span { border-color: rgb(24,100,19); }
td.TdClassName
{
border-color: #186413;
}
.TagClassName
{
border-color: #186413;
}
</style>