Shades of Myrtle #183713
Tints of Myrtle #183713
RGB
CMYK
RGB Variations
Color information
#183713 (or 0x183713) is known color: Myrtle. HEX triplet: 18, 37 and 13. RGB value is (24,55,19). Sum of RGB (Red+Green+Blue) = 24+55+19=98 (12% of max value = 765). Red value is 24 (9.77% from 255 or 24.49% from 98); Green value is 55 (21.88% from 255 or 56.12% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 55 - color contains mainly: green. Hex color #183713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183713 is #E7C8EC. Grayscale: #292929. Windows color (decimal): -15190253 or 1259288. OLE color: 1259288.
HSL color Cylindrical-coordinate representation of color #183713: hue angle of 111.67º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #183713 is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 55 | 19 | - |
| CMYK | 0.56 | 0 | 0.65 | 0.78 |
| HSL | 111.67º | 0.49% | 0.15% | - |
| HSV(B) | 111.67º | 0.65% | 0.22% | - |
| XYZ | 1.86 | 2.97 | 1.09 | - |
| YUV | 41.63 | 115.23 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 55 | 19 | 0.56 | 0 | 0.65 | 0.78 | 111.67 | 0.49 | 0.15 |
| Hex | 18 | 37 | 13 | 38 | 0 | 41 | 4E | 70 | 31 | F |
| Octal | 30 | 67 | 23 | 70 | 0 | 101 | 116 | 160 | 61 | 17 |
| Binary | 11000 | 110111 | 10011 | 111000 | 0 | 1000001 | 1001110 | 1110000 | 110001 | 1111 |
Color Harmonies of #183713
Complementary color
Monochromatic Colors of #183713
Black with #183713
Text Example
Text Example
White with #183713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183713; }
p { color: rgb(24,55,19); }
H1.HeaderClassName
{
color: #183713;
}
.AnyTagClassName
{
color: #183713;
}
</style>
background-color css
<style>
a { background-color: #183713; }
a { background-color: rgb(24,55,19); }
div.DivClassName
{
background-color: #183713;
}
.BgClassName
{
background-color: #183713;
}
</style>
border-color css
<style>
span { border-color: #183713; }
span { border-color: rgb(24,55,19); }
td.TdClassName
{
border-color: #183713;
}
.TagClassName
{
border-color: #183713;
}
</style>