Shades of Myrtle #183814
Tints of Myrtle #183814
RGB
CMYK
RGB Variations
Color information
#183814 (or 0x183814) is known color: Myrtle. HEX triplet: 18, 38 and 14. RGB value is (24,56,20). Sum of RGB (Red+Green+Blue) = 24+56+20=100 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24% from 100); Green value is 56 (22.27% from 255 or 56% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 56 - color contains mainly: green. Hex color #183814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183814 is #E7C7EB. Grayscale: #2A2A2A. Windows color (decimal): -15189996 or 1325080. OLE color: 1325080.
HSL color Cylindrical-coordinate representation of color #183814: hue angle of 113.33º 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 #183814 is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 56 | 20 | - |
| CMYK | 0.57 | 0 | 0.64 | 0.78 |
| HSL | 113.33º | 0.47% | 0.15% | - |
| HSV(B) | 113.33º | 0.64% | 0.22% | - |
| XYZ | 1.92 | 3.07 | 1.15 | - |
| YUV | 42.33 | 115.4 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 56 | 20 | 0.57 | 0 | 0.64 | 0.78 | 113.33 | 0.47 | 0.15 |
| Hex | 18 | 38 | 14 | 39 | 0 | 40 | 4E | 71 | 2F | F |
| Octal | 30 | 70 | 24 | 71 | 0 | 100 | 116 | 161 | 57 | 17 |
| Binary | 11000 | 111000 | 10100 | 111001 | 0 | 1000000 | 1001110 | 1110001 | 101111 | 1111 |
Color Harmonies of #183814
Complementary color
Monochromatic Colors of #183814
Black with #183814
Text Example
Text Example
White with #183814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183814; }
p { color: rgb(24,56,20); }
H1.HeaderClassName
{
color: #183814;
}
.AnyTagClassName
{
color: #183814;
}
</style>
background-color css
<style>
a { background-color: #183814; }
a { background-color: rgb(24,56,20); }
div.DivClassName
{
background-color: #183814;
}
.BgClassName
{
background-color: #183814;
}
</style>
border-color css
<style>
span { border-color: #183814; }
span { border-color: rgb(24,56,20); }
td.TdClassName
{
border-color: #183814;
}
.TagClassName
{
border-color: #183814;
}
</style>