Shades of Myrtle #18490C
Tints of Myrtle #18490C
RGB
CMYK
RGB Variations
Color information
#18490C (or 0x18490C) is known color: Myrtle. HEX triplet: 18, 49 and 0C. RGB value is (24,73,12). Sum of RGB (Red+Green+Blue) = 24+73+12=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 73 (28.91% from 255 or 66.97% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 73 - color contains mainly: green. Hex color #18490C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18490C is #E7B6F3. Grayscale: #333333. Windows color (decimal): -15185652 or 805144. OLE color: 805144.
HSL color Cylindrical-coordinate representation of color #18490C: hue angle of 108.2º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18490C is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 73 | 12 | - |
| CMYK | 0.67 | 0 | 0.84 | 0.71 |
| HSL | 108.2º | 0.72% | 0.17% | - |
| HSV(B) | 108.2º | 0.84% | 0.29% | - |
| XYZ | 2.83 | 4.99 | 1.16 | - |
| YUV | 51.4 | 105.77 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 73 | 12 | 0.67 | 0 | 0.84 | 0.71 | 108.2 | 0.72 | 0.17 |
| Hex | 18 | 49 | C | 43 | 0 | 54 | 47 | 6C | 48 | 11 |
| Octal | 30 | 111 | 14 | 103 | 0 | 124 | 107 | 154 | 110 | 21 |
| Binary | 11000 | 1001001 | 1100 | 1000011 | 0 | 1010100 | 1000111 | 1101100 | 1001000 | 10001 |
Color Harmonies of #18490C
Complementary color
Monochromatic Colors of #18490C
Black with #18490C
Text Example
Text Example
White with #18490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18490C; }
p { color: rgb(24,73,12); }
H1.HeaderClassName
{
color: #18490C;
}
.AnyTagClassName
{
color: #18490C;
}
</style>
background-color css
<style>
a { background-color: #18490C; }
a { background-color: rgb(24,73,12); }
div.DivClassName
{
background-color: #18490C;
}
.BgClassName
{
background-color: #18490C;
}
</style>
border-color css
<style>
span { border-color: #18490C; }
span { border-color: rgb(24,73,12); }
td.TdClassName
{
border-color: #18490C;
}
.TagClassName
{
border-color: #18490C;
}
</style>