Shades of Myrtle #18470D
Tints of Myrtle #18470D
RGB
CMYK
RGB Variations
Color information
#18470D (or 0x18470D) is known color: Myrtle. HEX triplet: 18, 47 and 0D. RGB value is (24,71,13). Sum of RGB (Red+Green+Blue) = 24+71+13=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 71 (28.12% from 255 or 65.74% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 71 - color contains mainly: green. Hex color #18470D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18470D is #E7B8F2. Grayscale: #323232. Windows color (decimal): -15186163 or 870168. OLE color: 870168.
HSL color Cylindrical-coordinate representation of color #18470D: hue angle of 108.62º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18470D is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 71 | 13 | - |
| CMYK | 0.66 | 0 | 0.82 | 0.72 |
| HSL | 108.62º | 0.69% | 0.16% | - |
| HSV(B) | 108.62º | 0.82% | 0.28% | - |
| XYZ | 2.7 | 4.73 | 1.15 | - |
| YUV | 50.34 | 106.93 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 71 | 13 | 0.66 | 0 | 0.82 | 0.72 | 108.62 | 0.69 | 0.16 |
| Hex | 18 | 47 | D | 42 | 0 | 52 | 48 | 6D | 45 | 10 |
| Octal | 30 | 107 | 15 | 102 | 0 | 122 | 110 | 155 | 105 | 20 |
| Binary | 11000 | 1000111 | 1101 | 1000010 | 0 | 1010010 | 1001000 | 1101101 | 1000101 | 10000 |
Color Harmonies of #18470D
Complementary color
Monochromatic Colors of #18470D
Black with #18470D
Text Example
Text Example
White with #18470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18470D; }
p { color: rgb(24,71,13); }
H1.HeaderClassName
{
color: #18470D;
}
.AnyTagClassName
{
color: #18470D;
}
</style>
background-color css
<style>
a { background-color: #18470D; }
a { background-color: rgb(24,71,13); }
div.DivClassName
{
background-color: #18470D;
}
.BgClassName
{
background-color: #18470D;
}
</style>
border-color css
<style>
span { border-color: #18470D; }
span { border-color: rgb(24,71,13); }
td.TdClassName
{
border-color: #18470D;
}
.TagClassName
{
border-color: #18470D;
}
</style>