Shades of Myrtle #183614
Tints of Myrtle #183614
RGB
CMYK
RGB Variations
Color information
#183614 (or 0x183614) is known color: Myrtle. HEX triplet: 18, 36 and 14. RGB value is (24,54,20). Sum of RGB (Red+Green+Blue) = 24+54+20=98 (12% of max value = 765). Red value is 24 (9.77% from 255 or 24.49% from 98); Green value is 54 (21.48% from 255 or 55.10% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 54 - color contains mainly: green. Hex color #183614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183614 is #E7C9EB. Grayscale: #292929. Windows color (decimal): -15190508 or 1324568. OLE color: 1324568.
HSL color Cylindrical-coordinate representation of color #183614: hue angle of 112.94º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #183614 is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 24 | 54 | 20 | - |
| CMYK | 0.56 | 0 | 0.63 | 0.79 |
| HSL | 112.94º | 0.46% | 0.15% | - |
| HSV(B) | 112.94º | 0.63% | 0.21% | - |
| XYZ | 1.82 | 2.88 | 1.12 | - |
| YUV | 41.15 | 116.06 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 54 | 20 | 0.56 | 0 | 0.63 | 0.79 | 112.94 | 0.46 | 0.15 |
| Hex | 18 | 36 | 14 | 38 | 0 | 3F | 4F | 71 | 2E | F |
| Octal | 30 | 66 | 24 | 70 | 0 | 77 | 117 | 161 | 56 | 17 |
| Binary | 11000 | 110110 | 10100 | 111000 | 0 | 111111 | 1001111 | 1110001 | 101110 | 1111 |
Color Harmonies of #183614
Complementary color
Monochromatic Colors of #183614
Black with #183614
Text Example
Text Example
White with #183614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183614; }
p { color: rgb(24,54,20); }
H1.HeaderClassName
{
color: #183614;
}
.AnyTagClassName
{
color: #183614;
}
</style>
background-color css
<style>
a { background-color: #183614; }
a { background-color: rgb(24,54,20); }
div.DivClassName
{
background-color: #183614;
}
.BgClassName
{
background-color: #183614;
}
</style>
border-color css
<style>
span { border-color: #183614; }
span { border-color: rgb(24,54,20); }
td.TdClassName
{
border-color: #183614;
}
.TagClassName
{
border-color: #183614;
}
</style>