Shades of Myrtle #18320C
Tints of Myrtle #18320C
RGB
CMYK
RGB Variations
Color information
#18320C (or 0x18320C) is known color: Myrtle. HEX triplet: 18, 32 and 0C. RGB value is (24,50,12). Sum of RGB (Red+Green+Blue) = 24+50+12=86 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.91% from 86); Green value is 50 (19.92% from 255 or 58.14% from 86); Blue value is 12 (5.08% from 255 or 13.95% from 86); Max value from RGB is 50 - color contains mainly: green. Hex color #18320C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18320C is #E7CDF3. Grayscale: #262626. Windows color (decimal): -15191540 or 799256. OLE color: 799256.
HSL color Cylindrical-coordinate representation of color #18320C: hue angle of 101.05º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #18320C is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 50 | 12 | - |
| CMYK | 0.52 | 0 | 0.76 | 0.80 |
| HSL | 101.05º | 0.61% | 0.12% | - |
| HSV(B) | 101.05º | 0.76% | 0.2% | - |
| XYZ | 1.58 | 2.5 | 0.75 | - |
| YUV | 37.89 | 113.39 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 50 | 12 | 0.52 | 0 | 0.76 | 0.80 | 101.05 | 0.61 | 0.12 |
| Hex | 18 | 32 | C | 34 | 0 | 4C | 50 | 65 | 3D | C |
| Octal | 30 | 62 | 14 | 64 | 0 | 114 | 120 | 145 | 75 | 14 |
| Binary | 11000 | 110010 | 1100 | 110100 | 0 | 1001100 | 1010000 | 1100101 | 111101 | 1100 |
Color Harmonies of #18320C
Complementary color
Monochromatic Colors of #18320C
Black with #18320C
Text Example
Text Example
White with #18320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18320C; }
p { color: rgb(24,50,12); }
H1.HeaderClassName
{
color: #18320C;
}
.AnyTagClassName
{
color: #18320C;
}
</style>
background-color css
<style>
a { background-color: #18320C; }
a { background-color: rgb(24,50,12); }
div.DivClassName
{
background-color: #18320C;
}
.BgClassName
{
background-color: #18320C;
}
</style>
border-color css
<style>
span { border-color: #18320C; }
span { border-color: rgb(24,50,12); }
td.TdClassName
{
border-color: #18320C;
}
.TagClassName
{
border-color: #18320C;
}
</style>