Shades of Myrtle #18521A
Tints of Myrtle #18521A
RGB
CMYK
RGB Variations
Color information
#18521A (or 0x18521A) is known color: Myrtle. HEX triplet: 18, 52 and 1A. RGB value is (24,82,26). Sum of RGB (Red+Green+Blue) = 24+82+26=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 82 (32.42% from 255 or 62.12% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 82 - color contains mainly: green. Hex color #18521A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18521A is #E7ADE5. Grayscale: #3A3A3A. Windows color (decimal): -15183334 or 1724952. OLE color: 1724952.
HSL color Cylindrical-coordinate representation of color #18521A: hue angle of 122.07º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #18521A is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 82 | 26 | - |
| CMYK | 0.71 | 0 | 0.68 | 0.68 |
| HSL | 122.07º | 0.55% | 0.21% | - |
| HSV(B) | 122.07º | 0.71% | 0.32% | - |
| XYZ | 3.58 | 6.3 | 2.01 | - |
| YUV | 58.27 | 109.78 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 82 | 26 | 0.71 | 0 | 0.68 | 0.68 | 122.07 | 0.55 | 0.21 |
| Hex | 18 | 52 | 1A | 47 | 0 | 44 | 44 | 7A | 37 | 15 |
| Octal | 30 | 122 | 32 | 107 | 0 | 104 | 104 | 172 | 67 | 25 |
| Binary | 11000 | 1010010 | 11010 | 1000111 | 0 | 1000100 | 1000100 | 1111010 | 110111 | 10101 |
Color Harmonies of #18521A
Complementary color
Monochromatic Colors of #18521A
Black with #18521A
Text Example
Text Example
White with #18521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18521A; }
p { color: rgb(24,82,26); }
H1.HeaderClassName
{
color: #18521A;
}
.AnyTagClassName
{
color: #18521A;
}
</style>
background-color css
<style>
a { background-color: #18521A; }
a { background-color: rgb(24,82,26); }
div.DivClassName
{
background-color: #18521A;
}
.BgClassName
{
background-color: #18521A;
}
</style>
border-color css
<style>
span { border-color: #18521A; }
span { border-color: rgb(24,82,26); }
td.TdClassName
{
border-color: #18521A;
}
.TagClassName
{
border-color: #18521A;
}
</style>