Shades of Myrtle #184518
Tints of Myrtle #184518
RGB
CMYK
RGB Variations
Color information
#184518 (or 0x184518) is known color: Myrtle. HEX triplet: 18, 45 and 18. RGB value is (24,69,24). Sum of RGB (Red+Green+Blue) = 24+69+24=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 69 (27.34% from 255 or 58.97% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 69 - color contains mainly: green. Hex color #184518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #184518 is #E7BAE7. Grayscale: #323232. Windows color (decimal): -15186664 or 1590552. OLE color: 1590552.
HSL color Cylindrical-coordinate representation of color #184518: hue angle of 120º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #184518 is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 69 | 24 | - |
| CMYK | 0.65 | 0 | 0.65 | 0.73 |
| HSL | 120º | 0.48% | 0.18% | - |
| HSV(B) | 120º | 0.65% | 0.27% | - |
| XYZ | 2.67 | 4.52 | 1.6 | - |
| YUV | 50.42 | 113.09 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 69 | 24 | 0.65 | 0 | 0.65 | 0.73 | 120 | 0.48 | 0.18 |
| Hex | 18 | 45 | 18 | 41 | 0 | 41 | 49 | 78 | 30 | 12 |
| Octal | 30 | 105 | 30 | 101 | 0 | 101 | 111 | 170 | 60 | 22 |
| Binary | 11000 | 1000101 | 11000 | 1000001 | 0 | 1000001 | 1001001 | 1111000 | 110000 | 10010 |
Color Harmonies of #184518
Complementary color
Monochromatic Colors of #184518
Black with #184518
Text Example
Text Example
White with #184518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184518; }
p { color: rgb(24,69,24); }
H1.HeaderClassName
{
color: #184518;
}
.AnyTagClassName
{
color: #184518;
}
</style>
background-color css
<style>
a { background-color: #184518; }
a { background-color: rgb(24,69,24); }
div.DivClassName
{
background-color: #184518;
}
.BgClassName
{
background-color: #184518;
}
</style>
border-color css
<style>
span { border-color: #184518; }
span { border-color: rgb(24,69,24); }
td.TdClassName
{
border-color: #184518;
}
.TagClassName
{
border-color: #184518;
}
</style>