Shades of Myrtle #185915
Tints of Myrtle #185915
RGB
CMYK
RGB Variations
Color information
#185915 (or 0x185915) is known color: Myrtle. HEX triplet: 18, 59 and 15. RGB value is (24,89,21). Sum of RGB (Red+Green+Blue) = 24+89+21=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 89 (35.16% from 255 or 66.42% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 89 - color contains mainly: green. Hex color #185915 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185915 is #E7A6EA. Grayscale: #3E3E3E. Windows color (decimal): -15181547 or 1399064. OLE color: 1399064.
HSL color Cylindrical-coordinate representation of color #185915: hue angle of 117.35º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #185915 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 89 | 21 | - |
| CMYK | 0.73 | 0 | 0.76 | 0.65 |
| HSL | 117.35º | 0.62% | 0.22% | - |
| HSV(B) | 117.35º | 0.76% | 0.35% | - |
| XYZ | 4.08 | 7.39 | 1.92 | - |
| YUV | 61.81 | 104.97 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 21 | 0.73 | 0 | 0.76 | 0.65 | 117.35 | 0.62 | 0.22 |
| Hex | 18 | 59 | 15 | 49 | 0 | 4C | 41 | 75 | 3E | 16 |
| Octal | 30 | 131 | 25 | 111 | 0 | 114 | 101 | 165 | 76 | 26 |
| Binary | 11000 | 1011001 | 10101 | 1001001 | 0 | 1001100 | 1000001 | 1110101 | 111110 | 10110 |
Color Harmonies of #185915
Complementary color
Monochromatic Colors of #185915
Black with #185915
Text Example
Text Example
White with #185915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185915; }
p { color: rgb(24,89,21); }
H1.HeaderClassName
{
color: #185915;
}
.AnyTagClassName
{
color: #185915;
}
</style>
background-color css
<style>
a { background-color: #185915; }
a { background-color: rgb(24,89,21); }
div.DivClassName
{
background-color: #185915;
}
.BgClassName
{
background-color: #185915;
}
</style>
border-color css
<style>
span { border-color: #185915; }
span { border-color: rgb(24,89,21); }
td.TdClassName
{
border-color: #185915;
}
.TagClassName
{
border-color: #185915;
}
</style>