Shades of Myrtle #184010
Tints of Myrtle #184010
RGB
CMYK
RGB Variations
Color information
#184010 (or 0x184010) is known color: Myrtle. HEX triplet: 18, 40 and 10. RGB value is (24,64,16). Sum of RGB (Red+Green+Blue) = 24+64+16=104 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.08% from 104); Green value is 64 (25.39% from 255 or 61.54% from 104); Blue value is 16 (6.64% from 255 or 15.38% from 104); Max value from RGB is 64 - color contains mainly: green. Hex color #184010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #184010 is #E7BFEF. Grayscale: #2E2E2E. Windows color (decimal): -15187952 or 1064984. OLE color: 1064984.
HSL color Cylindrical-coordinate representation of color #184010: hue angle of 110º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #184010 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 64 | 16 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.75 |
| HSL | 110º | 0.6% | 0.16% | - |
| HSV(B) | 110º | 0.75% | 0.25% | - |
| XYZ | 2.3 | 3.9 | 1.12 | - |
| YUV | 46.57 | 110.75 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 64 | 16 | 0.62 | 0 | 0.75 | 0.75 | 110 | 0.6 | 0.16 |
| Hex | 18 | 40 | 10 | 3E | 0 | 4B | 4B | 6E | 3C | 10 |
| Octal | 30 | 100 | 20 | 76 | 0 | 113 | 113 | 156 | 74 | 20 |
| Binary | 11000 | 1000000 | 10000 | 111110 | 0 | 1001011 | 1001011 | 1101110 | 111100 | 10000 |
Color Harmonies of #184010
Complementary color
Monochromatic Colors of #184010
Black with #184010
Text Example
Text Example
White with #184010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184010; }
p { color: rgb(24,64,16); }
H1.HeaderClassName
{
color: #184010;
}
.AnyTagClassName
{
color: #184010;
}
</style>
background-color css
<style>
a { background-color: #184010; }
a { background-color: rgb(24,64,16); }
div.DivClassName
{
background-color: #184010;
}
.BgClassName
{
background-color: #184010;
}
</style>
border-color css
<style>
span { border-color: #184010; }
span { border-color: rgb(24,64,16); }
td.TdClassName
{
border-color: #184010;
}
.TagClassName
{
border-color: #184010;
}
</style>