Shades of Myrtle #186314
Tints of Myrtle #186314
RGB
CMYK
RGB Variations
Color information
#186314 (or 0x186314) is known color: Myrtle. HEX triplet: 18, 63 and 14. RGB value is (24,99,20). Sum of RGB (Red+Green+Blue) = 24+99+20=143 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.78% from 143); Green value is 99 (39.06% from 255 or 69.23% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 99 - color contains mainly: green. Hex color #186314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #186314 is #E79CEB. Grayscale: #434343. Windows color (decimal): -15178988 or 1336088. OLE color: 1336088.
HSL color Cylindrical-coordinate representation of color #186314: hue angle of 116.96º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #186314 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 99 | 20 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.61 |
| HSL | 116.96º | 0.66% | 0.23% | - |
| HSV(B) | 116.96º | 0.8% | 0.39% | - |
| XYZ | 4.96 | 9.17 | 2.17 | - |
| YUV | 67.57 | 101.15 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 99 | 20 | 0.76 | 0 | 0.80 | 0.61 | 116.96 | 0.66 | 0.23 |
| Hex | 18 | 63 | 14 | 4C | 0 | 50 | 3D | 75 | 42 | 17 |
| Octal | 30 | 143 | 24 | 114 | 0 | 120 | 75 | 165 | 102 | 27 |
| Binary | 11000 | 1100011 | 10100 | 1001100 | 0 | 1010000 | 111101 | 1110101 | 1000010 | 10111 |
Color Harmonies of #186314
Complementary color
Monochromatic Colors of #186314
Black with #186314
Text Example
Text Example
White with #186314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186314; }
p { color: rgb(24,99,20); }
H1.HeaderClassName
{
color: #186314;
}
.AnyTagClassName
{
color: #186314;
}
</style>
background-color css
<style>
a { background-color: #186314; }
a { background-color: rgb(24,99,20); }
div.DivClassName
{
background-color: #186314;
}
.BgClassName
{
background-color: #186314;
}
</style>
border-color css
<style>
span { border-color: #186314; }
span { border-color: rgb(24,99,20); }
td.TdClassName
{
border-color: #186314;
}
.TagClassName
{
border-color: #186314;
}
</style>