Shades of Myrtle #184214
Tints of Myrtle #184214
RGB
CMYK
RGB Variations
Color information
#184214 (or 0x184214) is known color: Myrtle. HEX triplet: 18, 42 and 14. RGB value is (24,66,20). Sum of RGB (Red+Green+Blue) = 24+66+20=110 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.82% from 110); Green value is 66 (26.17% from 255 or 60% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 66 - color contains mainly: green. Hex color #184214 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #184214 is #E7BDEB. Grayscale: #303030. Windows color (decimal): -15187436 or 1327640. OLE color: 1327640.
HSL color Cylindrical-coordinate representation of color #184214: hue angle of 114.78º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #184214 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 24 | 66 | 20 | - |
| CMYK | 0.64 | 0 | 0.70 | 0.74 |
| HSL | 114.78º | 0.53% | 0.17% | - |
| HSV(B) | 114.78º | 0.7% | 0.26% | - |
| XYZ | 2.45 | 4.14 | 1.33 | - |
| YUV | 48.2 | 112.09 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 20 | 0.64 | 0 | 0.70 | 0.74 | 114.78 | 0.53 | 0.17 |
| Hex | 18 | 42 | 14 | 40 | 0 | 46 | 4A | 73 | 35 | 11 |
| Octal | 30 | 102 | 24 | 100 | 0 | 106 | 112 | 163 | 65 | 21 |
| Binary | 11000 | 1000010 | 10100 | 1000000 | 0 | 1000110 | 1001010 | 1110011 | 110101 | 10001 |
Color Harmonies of #184214
Complementary color
Monochromatic Colors of #184214
Black with #184214
Text Example
Text Example
White with #184214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184214; }
p { color: rgb(24,66,20); }
H1.HeaderClassName
{
color: #184214;
}
.AnyTagClassName
{
color: #184214;
}
</style>
background-color css
<style>
a { background-color: #184214; }
a { background-color: rgb(24,66,20); }
div.DivClassName
{
background-color: #184214;
}
.BgClassName
{
background-color: #184214;
}
</style>
border-color css
<style>
span { border-color: #184214; }
span { border-color: rgb(24,66,20); }
td.TdClassName
{
border-color: #184214;
}
.TagClassName
{
border-color: #184214;
}
</style>