Shades of Myrtle #185815
Tints of Myrtle #185815
RGB
CMYK
RGB Variations
Color information
#185815 (or 0x185815) is known color: Myrtle. HEX triplet: 18, 58 and 15. RGB value is (24,88,21). Sum of RGB (Red+Green+Blue) = 24+88+21=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 88 (34.77% from 255 or 66.17% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 88 - color contains mainly: green. Hex color #185815 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185815 is #E7A7EA. Grayscale: #3D3D3D. Windows color (decimal): -15181803 or 1398808. OLE color: 1398808.
HSL color Cylindrical-coordinate representation of color #185815: hue angle of 117.31º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #185815 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 88 | 21 | - |
| CMYK | 0.73 | 0 | 0.76 | 0.65 |
| HSL | 117.31º | 0.61% | 0.21% | - |
| HSV(B) | 117.31º | 0.76% | 0.35% | - |
| XYZ | 4 | 7.23 | 1.89 | - |
| YUV | 61.23 | 105.3 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 88 | 21 | 0.73 | 0 | 0.76 | 0.65 | 117.31 | 0.61 | 0.21 |
| Hex | 18 | 58 | 15 | 49 | 0 | 4C | 41 | 75 | 3D | 15 |
| Octal | 30 | 130 | 25 | 111 | 0 | 114 | 101 | 165 | 75 | 25 |
| Binary | 11000 | 1011000 | 10101 | 1001001 | 0 | 1001100 | 1000001 | 1110101 | 111101 | 10101 |
Color Harmonies of #185815
Complementary color
Monochromatic Colors of #185815
Black with #185815
Text Example
Text Example
White with #185815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185815; }
p { color: rgb(24,88,21); }
H1.HeaderClassName
{
color: #185815;
}
.AnyTagClassName
{
color: #185815;
}
</style>
background-color css
<style>
a { background-color: #185815; }
a { background-color: rgb(24,88,21); }
div.DivClassName
{
background-color: #185815;
}
.BgClassName
{
background-color: #185815;
}
</style>
border-color css
<style>
span { border-color: #185815; }
span { border-color: rgb(24,88,21); }
td.TdClassName
{
border-color: #185815;
}
.TagClassName
{
border-color: #185815;
}
</style>