Shades of Myrtle #183418
Tints of Myrtle #183418
RGB
CMYK
RGB Variations
Color information
#183418 (or 0x183418) is known color: Myrtle. HEX triplet: 18, 34 and 18. RGB value is (24,52,24). Sum of RGB (Red+Green+Blue) = 24+52+24=100 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24% from 100); Green value is 52 (20.70% from 255 or 52% from 100); Blue value is 24 (9.77% from 255 or 24% from 100); Max value from RGB is 52 - color contains mainly: green. Hex color #183418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183418 is #E7CBE7. Grayscale: #282828. Windows color (decimal): -15191016 or 1586200. OLE color: 1586200.
HSL color Cylindrical-coordinate representation of color #183418: hue angle of 120º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #183418 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 52 | 24 | - |
| CMYK | 0.54 | 0 | 0.54 | 0.80 |
| HSL | 120º | 0.37% | 0.15% | - |
| HSV(B) | 120º | 0.54% | 0.2% | - |
| XYZ | 1.77 | 2.72 | 1.3 | - |
| YUV | 40.44 | 118.72 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 52 | 24 | 0.54 | 0 | 0.54 | 0.80 | 120 | 0.37 | 0.15 |
| Hex | 18 | 34 | 18 | 36 | 0 | 36 | 50 | 78 | 25 | F |
| Octal | 30 | 64 | 30 | 66 | 0 | 66 | 120 | 170 | 45 | 17 |
| Binary | 11000 | 110100 | 11000 | 110110 | 0 | 110110 | 1010000 | 1111000 | 100101 | 1111 |
Color Harmonies of #183418
Complementary color
Monochromatic Colors of #183418
Black with #183418
Text Example
Text Example
White with #183418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183418; }
p { color: rgb(24,52,24); }
H1.HeaderClassName
{
color: #183418;
}
.AnyTagClassName
{
color: #183418;
}
</style>
background-color css
<style>
a { background-color: #183418; }
a { background-color: rgb(24,52,24); }
div.DivClassName
{
background-color: #183418;
}
.BgClassName
{
background-color: #183418;
}
</style>
border-color css
<style>
span { border-color: #183418; }
span { border-color: rgb(24,52,24); }
td.TdClassName
{
border-color: #183418;
}
.TagClassName
{
border-color: #183418;
}
</style>