Shades of Myrtle #18410A
Tints of Myrtle #18410A
RGB
CMYK
RGB Variations
Color information
#18410A (or 0x18410A) is known color: Myrtle. HEX triplet: 18, 41 and 0A. RGB value is (24,65,10). Sum of RGB (Red+Green+Blue) = 24+65+10=99 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24.24% from 99); Green value is 65 (25.78% from 255 or 65.66% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 65 - color contains mainly: green. Hex color #18410A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18410A is #E7BEF5. Grayscale: #2E2E2E. Windows color (decimal): -15187702 or 672024. OLE color: 672024.
HSL color Cylindrical-coordinate representation of color #18410A: hue angle of 104.73º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18410A is Cyan = 0.63, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 65 | 10 | - |
| CMYK | 0.63 | 0 | 0.85 | 0.75 |
| HSL | 104.73º | 0.73% | 0.15% | - |
| HSV(B) | 104.73º | 0.85% | 0.25% | - |
| XYZ | 2.32 | 4 | 0.94 | - |
| YUV | 46.47 | 107.42 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 65 | 10 | 0.63 | 0 | 0.85 | 0.75 | 104.73 | 0.73 | 0.15 |
| Hex | 18 | 41 | A | 3F | 0 | 55 | 4B | 69 | 49 | F |
| Octal | 30 | 101 | 12 | 77 | 0 | 125 | 113 | 151 | 111 | 17 |
| Binary | 11000 | 1000001 | 1010 | 111111 | 0 | 1010101 | 1001011 | 1101001 | 1001001 | 1111 |
Color Harmonies of #18410A
Complementary color
Monochromatic Colors of #18410A
Black with #18410A
Text Example
Text Example
White with #18410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18410A; }
p { color: rgb(24,65,10); }
H1.HeaderClassName
{
color: #18410A;
}
.AnyTagClassName
{
color: #18410A;
}
</style>
background-color css
<style>
a { background-color: #18410A; }
a { background-color: rgb(24,65,10); }
div.DivClassName
{
background-color: #18410A;
}
.BgClassName
{
background-color: #18410A;
}
</style>
border-color css
<style>
span { border-color: #18410A; }
span { border-color: rgb(24,65,10); }
td.TdClassName
{
border-color: #18410A;
}
.TagClassName
{
border-color: #18410A;
}
</style>