Shades of Myrtle #183714
Tints of Myrtle #183714
RGB
CMYK
RGB Variations
Color information
#183714 (or 0x183714) is known color: Myrtle. HEX triplet: 18, 37 and 14. RGB value is (24,55,20). Sum of RGB (Red+Green+Blue) = 24+55+20=99 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24.24% from 99); Green value is 55 (21.88% from 255 or 55.56% from 99); Blue value is 20 (8.20% from 255 or 20.20% from 99); Max value from RGB is 55 - color contains mainly: green. Hex color #183714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183714 is #E7C8EB. Grayscale: #292929. Windows color (decimal): -15190252 or 1324824. OLE color: 1324824.
HSL color Cylindrical-coordinate representation of color #183714: hue angle of 113.14º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #183714 is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 55 | 20 | - |
| CMYK | 0.56 | 0 | 0.64 | 0.78 |
| HSL | 113.14º | 0.47% | 0.15% | - |
| HSV(B) | 113.14º | 0.64% | 0.22% | - |
| XYZ | 1.87 | 2.98 | 1.14 | - |
| YUV | 41.74 | 115.73 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 55 | 20 | 0.56 | 0 | 0.64 | 0.78 | 113.14 | 0.47 | 0.15 |
| Hex | 18 | 37 | 14 | 38 | 0 | 40 | 4E | 71 | 2F | F |
| Octal | 30 | 67 | 24 | 70 | 0 | 100 | 116 | 161 | 57 | 17 |
| Binary | 11000 | 110111 | 10100 | 111000 | 0 | 1000000 | 1001110 | 1110001 | 101111 | 1111 |
Color Harmonies of #183714
Complementary color
Monochromatic Colors of #183714
Black with #183714
Text Example
Text Example
White with #183714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183714; }
p { color: rgb(24,55,20); }
H1.HeaderClassName
{
color: #183714;
}
.AnyTagClassName
{
color: #183714;
}
</style>
background-color css
<style>
a { background-color: #183714; }
a { background-color: rgb(24,55,20); }
div.DivClassName
{
background-color: #183714;
}
.BgClassName
{
background-color: #183714;
}
</style>
border-color css
<style>
span { border-color: #183714; }
span { border-color: rgb(24,55,20); }
td.TdClassName
{
border-color: #183714;
}
.TagClassName
{
border-color: #183714;
}
</style>