Shades of Myrtle #18481A
Tints of Myrtle #18481A
RGB
CMYK
RGB Variations
Color information
#18481A (or 0x18481A) is known color: Myrtle. HEX triplet: 18, 48 and 1A. RGB value is (24,72,26). Sum of RGB (Red+Green+Blue) = 24+72+26=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 72 (28.52% from 255 or 59.02% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 72 - color contains mainly: green. Hex color #18481A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18481A is #E7B7E5. Grayscale: #343434. Windows color (decimal): -15185894 or 1722392. OLE color: 1722392.
HSL color Cylindrical-coordinate representation of color #18481A: hue angle of 122.5º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #18481A is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 72 | 26 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.72 |
| HSL | 122.5º | 0.5% | 0.19% | - |
| HSV(B) | 122.5º | 0.67% | 0.28% | - |
| XYZ | 2.88 | 4.9 | 1.77 | - |
| YUV | 52.4 | 113.1 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 72 | 26 | 0.67 | 0 | 0.64 | 0.72 | 122.5 | 0.5 | 0.19 |
| Hex | 18 | 48 | 1A | 43 | 0 | 40 | 48 | 7B | 32 | 13 |
| Octal | 30 | 110 | 32 | 103 | 0 | 100 | 110 | 173 | 62 | 23 |
| Binary | 11000 | 1001000 | 11010 | 1000011 | 0 | 1000000 | 1001000 | 1111011 | 110010 | 10011 |
Color Harmonies of #18481A
Complementary color
Monochromatic Colors of #18481A
Black with #18481A
Text Example
Text Example
White with #18481A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18481A; }
p { color: rgb(24,72,26); }
H1.HeaderClassName
{
color: #18481A;
}
.AnyTagClassName
{
color: #18481A;
}
</style>
background-color css
<style>
a { background-color: #18481A; }
a { background-color: rgb(24,72,26); }
div.DivClassName
{
background-color: #18481A;
}
.BgClassName
{
background-color: #18481A;
}
</style>
border-color css
<style>
span { border-color: #18481A; }
span { border-color: rgb(24,72,26); }
td.TdClassName
{
border-color: #18481A;
}
.TagClassName
{
border-color: #18481A;
}
</style>