Shades of Myrtle #18350E
Tints of Myrtle #18350E
RGB
CMYK
RGB Variations
Color information
#18350E (or 0x18350E) is known color: Myrtle. HEX triplet: 18, 35 and 0E. RGB value is (24,53,14). Sum of RGB (Red+Green+Blue) = 24+53+14=91 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.37% from 91); Green value is 53 (21.09% from 255 or 58.24% from 91); Blue value is 14 (5.86% from 255 or 15.38% from 91); Max value from RGB is 53 - color contains mainly: green. Hex color #18350E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18350E is #E7CAF1. Grayscale: #282828. Windows color (decimal): -15190770 or 931096. OLE color: 931096.
HSL color Cylindrical-coordinate representation of color #18350E: hue angle of 104.62º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18350E is Cyan = 0.55, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 24 | 53 | 14 | - |
| CMYK | 0.55 | 0 | 0.74 | 0.79 |
| HSL | 104.62º | 0.58% | 0.13% | - |
| HSV(B) | 104.62º | 0.74% | 0.21% | - |
| XYZ | 1.73 | 2.77 | 0.86 | - |
| YUV | 39.88 | 113.39 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 14 | 0.55 | 0 | 0.74 | 0.79 | 104.62 | 0.58 | 0.13 |
| Hex | 18 | 35 | E | 37 | 0 | 4A | 4F | 69 | 3A | D |
| Octal | 30 | 65 | 16 | 67 | 0 | 112 | 117 | 151 | 72 | 15 |
| Binary | 11000 | 110101 | 1110 | 110111 | 0 | 1001010 | 1001111 | 1101001 | 111010 | 1101 |
Color Harmonies of #18350E
Complementary color
Monochromatic Colors of #18350E
Black with #18350E
Text Example
Text Example
White with #18350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18350E; }
p { color: rgb(24,53,14); }
H1.HeaderClassName
{
color: #18350E;
}
.AnyTagClassName
{
color: #18350E;
}
</style>
background-color css
<style>
a { background-color: #18350E; }
a { background-color: rgb(24,53,14); }
div.DivClassName
{
background-color: #18350E;
}
.BgClassName
{
background-color: #18350E;
}
</style>
border-color css
<style>
span { border-color: #18350E; }
span { border-color: rgb(24,53,14); }
td.TdClassName
{
border-color: #18350E;
}
.TagClassName
{
border-color: #18350E;
}
</style>