Shades of Myrtle #184D0F
Tints of Myrtle #184D0F
RGB
CMYK
RGB Variations
Color information
#184D0F (or 0x184D0F) is known color: Myrtle. HEX triplet: 18, 4D and 0F. RGB value is (24,77,15). Sum of RGB (Red+Green+Blue) = 24+77+15=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 77 (30.47% from 255 or 66.38% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 77 - color contains mainly: green. Hex color #184D0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #184D0F is #E7B2F0. Grayscale: #363636. Windows color (decimal): -15184625 or 1002776. OLE color: 1002776.
HSL color Cylindrical-coordinate representation of color #184D0F: hue angle of 111.29º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #184D0F is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 77 | 15 | - |
| CMYK | 0.69 | 0 | 0.81 | 0.70 |
| HSL | 111.29º | 0.67% | 0.18% | - |
| HSV(B) | 111.29º | 0.81% | 0.3% | - |
| XYZ | 3.12 | 5.54 | 1.36 | - |
| YUV | 54.09 | 105.94 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 77 | 15 | 0.69 | 0 | 0.81 | 0.70 | 111.29 | 0.67 | 0.18 |
| Hex | 18 | 4D | F | 45 | 0 | 51 | 46 | 6F | 43 | 12 |
| Octal | 30 | 115 | 17 | 105 | 0 | 121 | 106 | 157 | 103 | 22 |
| Binary | 11000 | 1001101 | 1111 | 1000101 | 0 | 1010001 | 1000110 | 1101111 | 1000011 | 10010 |
Color Harmonies of #184D0F
Complementary color
Monochromatic Colors of #184D0F
Black with #184D0F
Text Example
Text Example
White with #184D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184D0F; }
p { color: rgb(24,77,15); }
H1.HeaderClassName
{
color: #184D0F;
}
.AnyTagClassName
{
color: #184D0F;
}
</style>
background-color css
<style>
a { background-color: #184D0F; }
a { background-color: rgb(24,77,15); }
div.DivClassName
{
background-color: #184D0F;
}
.BgClassName
{
background-color: #184D0F;
}
</style>
border-color css
<style>
span { border-color: #184D0F; }
span { border-color: rgb(24,77,15); }
td.TdClassName
{
border-color: #184D0F;
}
.TagClassName
{
border-color: #184D0F;
}
</style>