Shades of Myrtle #183514
Tints of Myrtle #183514
RGB
CMYK
RGB Variations
Color information
#183514 (or 0x183514) is known color: Myrtle. HEX triplet: 18, 35 and 14. RGB value is (24,53,20). Sum of RGB (Red+Green+Blue) = 24+53+20=97 (12% of max value = 765). Red value is 24 (9.77% from 255 or 24.74% from 97); Green value is 53 (21.09% from 255 or 54.64% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 53 - color contains mainly: green. Hex color #183514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183514 is #E7CAEB. Grayscale: #282828. Windows color (decimal): -15190764 or 1324312. OLE color: 1324312.
HSL color Cylindrical-coordinate representation of color #183514: hue angle of 112.73º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #183514 is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 24 | 53 | 20 | - |
| CMYK | 0.55 | 0 | 0.62 | 0.79 |
| HSL | 112.73º | 0.45% | 0.14% | - |
| HSV(B) | 112.73º | 0.62% | 0.21% | - |
| XYZ | 1.78 | 2.79 | 1.11 | - |
| YUV | 40.57 | 116.39 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 20 | 0.55 | 0 | 0.62 | 0.79 | 112.73 | 0.45 | 0.14 |
| Hex | 18 | 35 | 14 | 37 | 0 | 3E | 4F | 71 | 2D | E |
| Octal | 30 | 65 | 24 | 67 | 0 | 76 | 117 | 161 | 55 | 16 |
| Binary | 11000 | 110101 | 10100 | 110111 | 0 | 111110 | 1001111 | 1110001 | 101101 | 1110 |
Color Harmonies of #183514
Complementary color
Monochromatic Colors of #183514
Black with #183514
Text Example
Text Example
White with #183514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183514; }
p { color: rgb(24,53,20); }
H1.HeaderClassName
{
color: #183514;
}
.AnyTagClassName
{
color: #183514;
}
</style>
background-color css
<style>
a { background-color: #183514; }
a { background-color: rgb(24,53,20); }
div.DivClassName
{
background-color: #183514;
}
.BgClassName
{
background-color: #183514;
}
</style>
border-color css
<style>
span { border-color: #183514; }
span { border-color: rgb(24,53,20); }
td.TdClassName
{
border-color: #183514;
}
.TagClassName
{
border-color: #183514;
}
</style>