Shades of Myrtle #185D1D
Tints of Myrtle #185D1D
RGB
CMYK
RGB Variations
Color information
#185D1D (or 0x185D1D) is known color: Myrtle. HEX triplet: 18, 5D and 1D. RGB value is (24,93,29). Sum of RGB (Red+Green+Blue) = 24+93+29=146 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.44% from 146); Green value is 93 (36.72% from 255 or 63.70% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 93 - color contains mainly: green. Hex color #185D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185D1D is #E7A2E2. Grayscale: #414141. Windows color (decimal): -15180515 or 1924376. OLE color: 1924376.
HSL color Cylindrical-coordinate representation of color #185D1D: hue angle of 124.35º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #185D1D is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 93 | 29 | - |
| CMYK | 0.74 | 0 | 0.69 | 0.64 |
| HSL | 124.35º | 0.59% | 0.23% | - |
| HSV(B) | 124.35º | 0.74% | 0.36% | - |
| XYZ | 4.51 | 8.11 | 2.49 | - |
| YUV | 65.07 | 107.64 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 93 | 29 | 0.74 | 0 | 0.69 | 0.64 | 124.35 | 0.59 | 0.23 |
| Hex | 18 | 5D | 1D | 4A | 0 | 45 | 40 | 7C | 3B | 17 |
| Octal | 30 | 135 | 35 | 112 | 0 | 105 | 100 | 174 | 73 | 27 |
| Binary | 11000 | 1011101 | 11101 | 1001010 | 0 | 1000101 | 1000000 | 1111100 | 111011 | 10111 |
Color Harmonies of #185D1D
Complementary color
Monochromatic Colors of #185D1D
Black with #185D1D
Text Example
Text Example
White with #185D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185D1D; }
p { color: rgb(24,93,29); }
H1.HeaderClassName
{
color: #185D1D;
}
.AnyTagClassName
{
color: #185D1D;
}
</style>
background-color css
<style>
a { background-color: #185D1D; }
a { background-color: rgb(24,93,29); }
div.DivClassName
{
background-color: #185D1D;
}
.BgClassName
{
background-color: #185D1D;
}
</style>
border-color css
<style>
span { border-color: #185D1D; }
span { border-color: rgb(24,93,29); }
td.TdClassName
{
border-color: #185D1D;
}
.TagClassName
{
border-color: #185D1D;
}
</style>