Shades of Myrtle #185912
Tints of Myrtle #185912
RGB
CMYK
RGB Variations
Color information
#185912 (or 0x185912) is known color: Myrtle. HEX triplet: 18, 59 and 12. RGB value is (24,89,18). Sum of RGB (Red+Green+Blue) = 24+89+18=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 89 (35.16% from 255 or 67.94% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 89 - color contains mainly: green. Hex color #185912 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185912 is #E7A6ED. Grayscale: #3D3D3D. Windows color (decimal): -15181550 or 1202456. OLE color: 1202456.
HSL color Cylindrical-coordinate representation of color #185912: hue angle of 114.93º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #185912 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 89 | 18 | - |
| CMYK | 0.73 | 0 | 0.80 | 0.65 |
| HSL | 114.93º | 0.66% | 0.21% | - |
| HSV(B) | 114.93º | 0.8% | 0.35% | - |
| XYZ | 4.06 | 7.38 | 1.78 | - |
| YUV | 61.47 | 103.47 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 18 | 0.73 | 0 | 0.80 | 0.65 | 114.93 | 0.66 | 0.21 |
| Hex | 18 | 59 | 12 | 49 | 0 | 50 | 41 | 73 | 42 | 15 |
| Octal | 30 | 131 | 22 | 111 | 0 | 120 | 101 | 163 | 102 | 25 |
| Binary | 11000 | 1011001 | 10010 | 1001001 | 0 | 1010000 | 1000001 | 1110011 | 1000010 | 10101 |
Color Harmonies of #185912
Complementary color
Monochromatic Colors of #185912
Black with #185912
Text Example
Text Example
White with #185912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185912; }
p { color: rgb(24,89,18); }
H1.HeaderClassName
{
color: #185912;
}
.AnyTagClassName
{
color: #185912;
}
</style>
background-color css
<style>
a { background-color: #185912; }
a { background-color: rgb(24,89,18); }
div.DivClassName
{
background-color: #185912;
}
.BgClassName
{
background-color: #185912;
}
</style>
border-color css
<style>
span { border-color: #185912; }
span { border-color: rgb(24,89,18); }
td.TdClassName
{
border-color: #185912;
}
.TagClassName
{
border-color: #185912;
}
</style>