Shades of Myrtle #18461A
Tints of Myrtle #18461A
RGB
CMYK
RGB Variations
Color information
#18461A (or 0x18461A) is known color: Myrtle. HEX triplet: 18, 46 and 1A. RGB value is (24,70,26). Sum of RGB (Red+Green+Blue) = 24+70+26=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 70 (27.73% from 255 or 58.33% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 70 - color contains mainly: green. Hex color #18461A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18461A is #E7B9E5. Grayscale: #333333. Windows color (decimal): -15186406 or 1721880. OLE color: 1721880.
HSL color Cylindrical-coordinate representation of color #18461A: hue angle of 122.61º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #18461A is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 70 | 26 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.73 |
| HSL | 122.61º | 0.49% | 0.18% | - |
| HSV(B) | 122.61º | 0.66% | 0.27% | - |
| XYZ | 2.75 | 4.65 | 1.73 | - |
| YUV | 51.23 | 113.76 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 70 | 26 | 0.66 | 0 | 0.63 | 0.73 | 122.61 | 0.49 | 0.18 |
| Hex | 18 | 46 | 1A | 42 | 0 | 3F | 49 | 7B | 31 | 12 |
| Octal | 30 | 106 | 32 | 102 | 0 | 77 | 111 | 173 | 61 | 22 |
| Binary | 11000 | 1000110 | 11010 | 1000010 | 0 | 111111 | 1001001 | 1111011 | 110001 | 10010 |
Color Harmonies of #18461A
Complementary color
Monochromatic Colors of #18461A
Black with #18461A
Text Example
Text Example
White with #18461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18461A; }
p { color: rgb(24,70,26); }
H1.HeaderClassName
{
color: #18461A;
}
.AnyTagClassName
{
color: #18461A;
}
</style>
background-color css
<style>
a { background-color: #18461A; }
a { background-color: rgb(24,70,26); }
div.DivClassName
{
background-color: #18461A;
}
.BgClassName
{
background-color: #18461A;
}
</style>
border-color css
<style>
span { border-color: #18461A; }
span { border-color: rgb(24,70,26); }
td.TdClassName
{
border-color: #18461A;
}
.TagClassName
{
border-color: #18461A;
}
</style>