Shades of Myrtle #182E13
Tints of Myrtle #182E13
RGB
CMYK
RGB Variations
Color information
#182E13 (or 0x182E13) is known color: Myrtle. HEX triplet: 18, 2E and 13. RGB value is (24,46,19). Sum of RGB (Red+Green+Blue) = 24+46+19=89 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.97% from 89); Green value is 46 (18.36% from 255 or 51.69% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 46 - color contains mainly: green. Hex color #182E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182E13 is #E7D1EC. Grayscale: #242424. Windows color (decimal): -15192557 or 1256984. OLE color: 1256984.
HSL color Cylindrical-coordinate representation of color #182E13: hue angle of 108.89º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #182E13 is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 46 | 19 | - |
| CMYK | 0.48 | 0 | 0.59 | 0.82 |
| HSL | 108.89º | 0.42% | 0.13% | - |
| HSV(B) | 108.89º | 0.59% | 0.18% | - |
| XYZ | 1.47 | 2.2 | 0.96 | - |
| YUV | 36.34 | 118.21 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 46 | 19 | 0.48 | 0 | 0.59 | 0.82 | 108.89 | 0.42 | 0.13 |
| Hex | 18 | 2E | 13 | 30 | 0 | 3B | 52 | 6D | 2A | D |
| Octal | 30 | 56 | 23 | 60 | 0 | 73 | 122 | 155 | 52 | 15 |
| Binary | 11000 | 101110 | 10011 | 110000 | 0 | 111011 | 1010010 | 1101101 | 101010 | 1101 |
Color Harmonies of #182E13
Complementary color
Monochromatic Colors of #182E13
Black with #182E13
Text Example
Text Example
White with #182E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182E13; }
p { color: rgb(24,46,19); }
H1.HeaderClassName
{
color: #182E13;
}
.AnyTagClassName
{
color: #182E13;
}
</style>
background-color css
<style>
a { background-color: #182E13; }
a { background-color: rgb(24,46,19); }
div.DivClassName
{
background-color: #182E13;
}
.BgClassName
{
background-color: #182E13;
}
</style>
border-color css
<style>
span { border-color: #182E13; }
span { border-color: rgb(24,46,19); }
td.TdClassName
{
border-color: #182E13;
}
.TagClassName
{
border-color: #182E13;
}
</style>