Shades of Myrtle #183413
Tints of Myrtle #183413
RGB
CMYK
RGB Variations
Color information
#183413 (or 0x183413) is known color: Myrtle. HEX triplet: 18, 34 and 13. RGB value is (24,52,19). Sum of RGB (Red+Green+Blue) = 24+52+19=95 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.26% from 95); Green value is 52 (20.70% from 255 or 54.74% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 52 - color contains mainly: green. Hex color #183413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183413 is #E7CBEC. Grayscale: #272727. Windows color (decimal): -15191021 or 1258520. OLE color: 1258520.
HSL color Cylindrical-coordinate representation of color #183413: hue angle of 110.91º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #183413 is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 52 | 19 | - |
| CMYK | 0.54 | 0 | 0.63 | 0.80 |
| HSL | 110.91º | 0.46% | 0.14% | - |
| HSV(B) | 110.91º | 0.63% | 0.2% | - |
| XYZ | 1.72 | 2.7 | 1.05 | - |
| YUV | 39.87 | 116.22 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 52 | 19 | 0.54 | 0 | 0.63 | 0.80 | 110.91 | 0.46 | 0.14 |
| Hex | 18 | 34 | 13 | 36 | 0 | 3F | 50 | 6F | 2E | E |
| Octal | 30 | 64 | 23 | 66 | 0 | 77 | 120 | 157 | 56 | 16 |
| Binary | 11000 | 110100 | 10011 | 110110 | 0 | 111111 | 1010000 | 1101111 | 101110 | 1110 |
Color Harmonies of #183413
Complementary color
Monochromatic Colors of #183413
Black with #183413
Text Example
Text Example
White with #183413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183413; }
p { color: rgb(24,52,19); }
H1.HeaderClassName
{
color: #183413;
}
.AnyTagClassName
{
color: #183413;
}
</style>
background-color css
<style>
a { background-color: #183413; }
a { background-color: rgb(24,52,19); }
div.DivClassName
{
background-color: #183413;
}
.BgClassName
{
background-color: #183413;
}
</style>
border-color css
<style>
span { border-color: #183413; }
span { border-color: rgb(24,52,19); }
td.TdClassName
{
border-color: #183413;
}
.TagClassName
{
border-color: #183413;
}
</style>