Shades of Myrtle #186312
Tints of Myrtle #186312
RGB
CMYK
RGB Variations
Color information
#186312 (or 0x186312) is known color: Myrtle. HEX triplet: 18, 63 and 12. RGB value is (24,99,18). Sum of RGB (Red+Green+Blue) = 24+99+18=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 99 (39.06% from 255 or 70.21% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 99 - color contains mainly: green. Hex color #186312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #186312 is #E79CED. Grayscale: #434343. Windows color (decimal): -15178990 or 1205016. OLE color: 1205016.
HSL color Cylindrical-coordinate representation of color #186312: hue angle of 115.56º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #186312 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 99 | 18 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.61 |
| HSL | 115.56º | 0.69% | 0.23% | - |
| HSV(B) | 115.56º | 0.82% | 0.39% | - |
| XYZ | 4.95 | 9.16 | 2.08 | - |
| YUV | 67.34 | 100.15 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 99 | 18 | 0.76 | 0 | 0.82 | 0.61 | 115.56 | 0.69 | 0.23 |
| Hex | 18 | 63 | 12 | 4C | 0 | 52 | 3D | 74 | 45 | 17 |
| Octal | 30 | 143 | 22 | 114 | 0 | 122 | 75 | 164 | 105 | 27 |
| Binary | 11000 | 1100011 | 10010 | 1001100 | 0 | 1010010 | 111101 | 1110100 | 1000101 | 10111 |
Color Harmonies of #186312
Complementary color
Monochromatic Colors of #186312
Black with #186312
Text Example
Text Example
White with #186312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186312; }
p { color: rgb(24,99,18); }
H1.HeaderClassName
{
color: #186312;
}
.AnyTagClassName
{
color: #186312;
}
</style>
background-color css
<style>
a { background-color: #186312; }
a { background-color: rgb(24,99,18); }
div.DivClassName
{
background-color: #186312;
}
.BgClassName
{
background-color: #186312;
}
</style>
border-color css
<style>
span { border-color: #186312; }
span { border-color: rgb(24,99,18); }
td.TdClassName
{
border-color: #186312;
}
.TagClassName
{
border-color: #186312;
}
</style>