Shades of Myrtle #18310C
Tints of Myrtle #18310C
RGB
CMYK
RGB Variations
Color information
#18310C (or 0x18310C) is known color: Myrtle. HEX triplet: 18, 31 and 0C. RGB value is (24,49,12). Sum of RGB (Red+Green+Blue) = 24+49+12=85 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.24% from 85); Green value is 49 (19.53% from 255 or 57.65% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 49 - color contains mainly: green. Hex color #18310C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18310C is #E7CEF3. Grayscale: #252525. Windows color (decimal): -15191796 or 799000. OLE color: 799000.
HSL color Cylindrical-coordinate representation of color #18310C: hue angle of 100.54º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #18310C is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 24 | 49 | 12 | - |
| CMYK | 0.51 | 0 | 0.76 | 0.81 |
| HSL | 100.54º | 0.61% | 0.12% | - |
| HSV(B) | 100.54º | 0.76% | 0.19% | - |
| XYZ | 1.54 | 2.42 | 0.73 | - |
| YUV | 37.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 49 | 12 | 0.51 | 0 | 0.76 | 0.81 | 100.54 | 0.61 | 0.12 |
| Hex | 18 | 31 | C | 33 | 0 | 4C | 51 | 65 | 3D | C |
| Octal | 30 | 61 | 14 | 63 | 0 | 114 | 121 | 145 | 75 | 14 |
| Binary | 11000 | 110001 | 1100 | 110011 | 0 | 1001100 | 1010001 | 1100101 | 111101 | 1100 |
Color Harmonies of #18310C
Complementary color
Monochromatic Colors of #18310C
Black with #18310C
Text Example
Text Example
White with #18310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18310C; }
p { color: rgb(24,49,12); }
H1.HeaderClassName
{
color: #18310C;
}
.AnyTagClassName
{
color: #18310C;
}
</style>
background-color css
<style>
a { background-color: #18310C; }
a { background-color: rgb(24,49,12); }
div.DivClassName
{
background-color: #18310C;
}
.BgClassName
{
background-color: #18310C;
}
</style>
border-color css
<style>
span { border-color: #18310C; }
span { border-color: rgb(24,49,12); }
td.TdClassName
{
border-color: #18310C;
}
.TagClassName
{
border-color: #18310C;
}
</style>