Shades of Myrtle #182C11
Tints of Myrtle #182C11
RGB
CMYK
RGB Variations
Color information
#182C11 (or 0x182C11) is known color: Myrtle. HEX triplet: 18, 2C and 11. RGB value is (24,44,17). Sum of RGB (Red+Green+Blue) = 24+44+17=85 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.24% from 85); Green value is 44 (17.58% from 255 or 51.76% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 44 - color contains mainly: green. Hex color #182C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182C11 is #E7D3EE. Grayscale: #232323. Windows color (decimal): -15193071 or 1125400. OLE color: 1125400.
HSL color Cylindrical-coordinate representation of color #182C11: hue angle of 104.44º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #182C11 is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 24 | 44 | 17 | - |
| CMYK | 0.45 | 0 | 0.61 | 0.83 |
| HSL | 104.44º | 0.44% | 0.12% | - |
| HSV(B) | 104.44º | 0.61% | 0.17% | - |
| XYZ | 1.38 | 2.04 | 0.85 | - |
| YUV | 34.94 | 117.87 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 17 | 0.45 | 0 | 0.61 | 0.83 | 104.44 | 0.44 | 0.12 |
| Hex | 18 | 2C | 11 | 2D | 0 | 3D | 53 | 68 | 2C | C |
| Octal | 30 | 54 | 21 | 55 | 0 | 75 | 123 | 150 | 54 | 14 |
| Binary | 11000 | 101100 | 10001 | 101101 | 0 | 111101 | 1010011 | 1101000 | 101100 | 1100 |
Color Harmonies of #182C11
Complementary color
Monochromatic Colors of #182C11
Black with #182C11
Text Example
Text Example
White with #182C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C11; }
p { color: rgb(24,44,17); }
H1.HeaderClassName
{
color: #182C11;
}
.AnyTagClassName
{
color: #182C11;
}
</style>
background-color css
<style>
a { background-color: #182C11; }
a { background-color: rgb(24,44,17); }
div.DivClassName
{
background-color: #182C11;
}
.BgClassName
{
background-color: #182C11;
}
</style>
border-color css
<style>
span { border-color: #182C11; }
span { border-color: rgb(24,44,17); }
td.TdClassName
{
border-color: #182C11;
}
.TagClassName
{
border-color: #182C11;
}
</style>