Shades of Myrtle #184D12
Tints of Myrtle #184D12
RGB
CMYK
RGB Variations
Color information
#184D12 (or 0x184D12) is known color: Myrtle. HEX triplet: 18, 4D and 12. RGB value is (24,77,18). Sum of RGB (Red+Green+Blue) = 24+77+18=119 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.17% from 119); Green value is 77 (30.47% from 255 or 64.71% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 77 - color contains mainly: green. Hex color #184D12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #184D12 is #E7B2ED. Grayscale: #363636. Windows color (decimal): -15184622 or 1199384. OLE color: 1199384.
HSL color Cylindrical-coordinate representation of color #184D12: hue angle of 113.9º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #184D12 is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 77 | 18 | - |
| CMYK | 0.69 | 0 | 0.77 | 0.70 |
| HSL | 113.9º | 0.62% | 0.19% | - |
| HSV(B) | 113.9º | 0.77% | 0.3% | - |
| XYZ | 3.14 | 5.55 | 1.48 | - |
| YUV | 54.43 | 107.44 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 77 | 18 | 0.69 | 0 | 0.77 | 0.70 | 113.9 | 0.62 | 0.19 |
| Hex | 18 | 4D | 12 | 45 | 0 | 4D | 46 | 72 | 3E | 13 |
| Octal | 30 | 115 | 22 | 105 | 0 | 115 | 106 | 162 | 76 | 23 |
| Binary | 11000 | 1001101 | 10010 | 1000101 | 0 | 1001101 | 1000110 | 1110010 | 111110 | 10011 |
Color Harmonies of #184D12
Complementary color
Monochromatic Colors of #184D12
Black with #184D12
Text Example
Text Example
White with #184D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184D12; }
p { color: rgb(24,77,18); }
H1.HeaderClassName
{
color: #184D12;
}
.AnyTagClassName
{
color: #184D12;
}
</style>
background-color css
<style>
a { background-color: #184D12; }
a { background-color: rgb(24,77,18); }
div.DivClassName
{
background-color: #184D12;
}
.BgClassName
{
background-color: #184D12;
}
</style>
border-color css
<style>
span { border-color: #184D12; }
span { border-color: rgb(24,77,18); }
td.TdClassName
{
border-color: #184D12;
}
.TagClassName
{
border-color: #184D12;
}
</style>