Shades of Myrtle #182614
Tints of Myrtle #182614
RGB
CMYK
RGB Variations
Color information
#182614 (or 0x182614) is known color: Myrtle. HEX triplet: 18, 26 and 14. RGB value is (24,38,20). Sum of RGB (Red+Green+Blue) = 24+38+20=82 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.27% from 82); Green value is 38 (15.23% from 255 or 46.34% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 38 - color contains mainly: green. Hex color #182614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182614 is #E7D9EB. Grayscale: #1F1F1F. Windows color (decimal): -15194604 or 1320472. OLE color: 1320472.
HSL color Cylindrical-coordinate representation of color #182614: hue angle of 106.67º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #182614 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 38 | 20 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.85 |
| HSL | 106.67º | 0.31% | 0.11% | - |
| HSV(B) | 106.67º | 0.47% | 0.15% | - |
| XYZ | 1.2 | 1.63 | 0.91 | - |
| YUV | 31.76 | 121.36 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 38 | 20 | 0.37 | 0 | 0.47 | 0.85 | 106.67 | 0.31 | 0.11 |
| Hex | 18 | 26 | 14 | 25 | 0 | 2F | 55 | 6B | 1F | B |
| Octal | 30 | 46 | 24 | 45 | 0 | 57 | 125 | 153 | 37 | 13 |
| Binary | 11000 | 100110 | 10100 | 100101 | 0 | 101111 | 1010101 | 1101011 | 11111 | 1011 |
Color Harmonies of #182614
Complementary color
Monochromatic Colors of #182614
Black with #182614
Text Example
Text Example
White with #182614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182614; }
p { color: rgb(24,38,20); }
H1.HeaderClassName
{
color: #182614;
}
.AnyTagClassName
{
color: #182614;
}
</style>
background-color css
<style>
a { background-color: #182614; }
a { background-color: rgb(24,38,20); }
div.DivClassName
{
background-color: #182614;
}
.BgClassName
{
background-color: #182614;
}
</style>
border-color css
<style>
span { border-color: #182614; }
span { border-color: rgb(24,38,20); }
td.TdClassName
{
border-color: #182614;
}
.TagClassName
{
border-color: #182614;
}
</style>