Shades of Myrtle #184B13
Tints of Myrtle #184B13
RGB
CMYK
RGB Variations
Color information
#184B13 (or 0x184B13) is known color: Myrtle. HEX triplet: 18, 4B and 13. RGB value is (24,75,19). Sum of RGB (Red+Green+Blue) = 24+75+19=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 75 (29.69% from 255 or 63.56% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 75 - color contains mainly: green. Hex color #184B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #184B13 is #E7B4EC. Grayscale: #353535. Windows color (decimal): -15185133 or 1264408. OLE color: 1264408.
HSL color Cylindrical-coordinate representation of color #184B13: hue angle of 114.64º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #184B13 is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 75 | 19 | - |
| CMYK | 0.68 | 0 | 0.75 | 0.71 |
| HSL | 114.64º | 0.6% | 0.18% | - |
| HSV(B) | 114.64º | 0.75% | 0.29% | - |
| XYZ | 3.01 | 5.27 | 1.48 | - |
| YUV | 53.37 | 108.6 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 75 | 19 | 0.68 | 0 | 0.75 | 0.71 | 114.64 | 0.6 | 0.18 |
| Hex | 18 | 4B | 13 | 44 | 0 | 4B | 47 | 73 | 3C | 12 |
| Octal | 30 | 113 | 23 | 104 | 0 | 113 | 107 | 163 | 74 | 22 |
| Binary | 11000 | 1001011 | 10011 | 1000100 | 0 | 1001011 | 1000111 | 1110011 | 111100 | 10010 |
Color Harmonies of #184B13
Complementary color
Monochromatic Colors of #184B13
Black with #184B13
Text Example
Text Example
White with #184B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184B13; }
p { color: rgb(24,75,19); }
H1.HeaderClassName
{
color: #184B13;
}
.AnyTagClassName
{
color: #184B13;
}
</style>
background-color css
<style>
a { background-color: #184B13; }
a { background-color: rgb(24,75,19); }
div.DivClassName
{
background-color: #184B13;
}
.BgClassName
{
background-color: #184B13;
}
</style>
border-color css
<style>
span { border-color: #184B13; }
span { border-color: rgb(24,75,19); }
td.TdClassName
{
border-color: #184B13;
}
.TagClassName
{
border-color: #184B13;
}
</style>