Shades of Myrtle #183018
Tints of Myrtle #183018
RGB
CMYK
RGB Variations
Color information
#183018 (or 0x183018) is known color: Myrtle. HEX triplet: 18, 30 and 18. RGB value is (24,48,24). Sum of RGB (Red+Green+Blue) = 24+48+24=96 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 24 (9.77% from 255 or 25% from 96); Max value from RGB is 48 - color contains mainly: green. Hex color #183018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183018 is #E7CFE7. Grayscale: #262626. Windows color (decimal): -15192040 or 1585176. OLE color: 1585176.
HSL color Cylindrical-coordinate representation of color #183018: hue angle of 120º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #183018 is Cyan = 0.5, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 24 | 48 | 24 | - |
| CMYK | 0.5 | 0 | 0.5 | 0.81 |
| HSL | 120º | 0.33% | 0.14% | - |
| HSV(B) | 120º | 0.5% | 0.19% | - |
| XYZ | 1.6 | 2.37 | 1.24 | - |
| YUV | 38.09 | 120.05 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 48 | 24 | 0.5 | 0 | 0.5 | 0.81 | 120 | 0.33 | 0.14 |
| Hex | 18 | 30 | 18 | 32 | 0 | 32 | 51 | 78 | 21 | E |
| Octal | 30 | 60 | 30 | 62 | 0 | 62 | 121 | 170 | 41 | 16 |
| Binary | 11000 | 110000 | 11000 | 110010 | 0 | 110010 | 1010001 | 1111000 | 100001 | 1110 |
Color Harmonies of #183018
Complementary color
Monochromatic Colors of #183018
Black with #183018
Text Example
Text Example
White with #183018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183018; }
p { color: rgb(24,48,24); }
H1.HeaderClassName
{
color: #183018;
}
.AnyTagClassName
{
color: #183018;
}
</style>
background-color css
<style>
a { background-color: #183018; }
a { background-color: rgb(24,48,24); }
div.DivClassName
{
background-color: #183018;
}
.BgClassName
{
background-color: #183018;
}
</style>
border-color css
<style>
span { border-color: #183018; }
span { border-color: rgb(24,48,24); }
td.TdClassName
{
border-color: #183018;
}
.TagClassName
{
border-color: #183018;
}
</style>