Shades of Myrtle #21460A
Tints of Myrtle #21460A
RGB
CMYK
RGB Variations
Color information
#21460A (or 0x21460A) is known color: Myrtle. HEX triplet: 21, 46 and 0A. RGB value is (33,70,10). Sum of RGB (Red+Green+Blue) = 33+70+10=113 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.20% from 113); Green value is 70 (27.73% from 255 or 61.95% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 70 - color contains mainly: green. Hex color #21460A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21460A is #DEB9F5. Grayscale: #343434. Windows color (decimal): -14596598 or 673313. OLE color: 673313.
HSL color Cylindrical-coordinate representation of color #21460A: hue angle of 97º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21460A is Cyan = 0.53, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 70 | 10 | - |
| CMYK | 0.53 | 0 | 0.86 | 0.73 |
| HSL | 97º | 0.75% | 0.16% | - |
| HSV(B) | 97º | 0.86% | 0.27% | - |
| XYZ | 2.87 | 4.73 | 1.05 | - |
| YUV | 52.1 | 104.24 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 10 | 0.53 | 0 | 0.86 | 0.73 | 97 | 0.75 | 0.16 |
| Hex | 21 | 46 | A | 35 | 0 | 56 | 49 | 61 | 4B | 10 |
| Octal | 41 | 106 | 12 | 65 | 0 | 126 | 111 | 141 | 113 | 20 |
| Binary | 100001 | 1000110 | 1010 | 110101 | 0 | 1010110 | 1001001 | 1100001 | 1001011 | 10000 |
Color Harmonies of #21460A
Complementary color
Monochromatic Colors of #21460A
Black with #21460A
Text Example
Text Example
White with #21460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21460A; }
p { color: rgb(33,70,10); }
H1.HeaderClassName
{
color: #21460A;
}
.AnyTagClassName
{
color: #21460A;
}
</style>
background-color css
<style>
a { background-color: #21460A; }
a { background-color: rgb(33,70,10); }
div.DivClassName
{
background-color: #21460A;
}
.BgClassName
{
background-color: #21460A;
}
</style>
border-color css
<style>
span { border-color: #21460A; }
span { border-color: rgb(33,70,10); }
td.TdClassName
{
border-color: #21460A;
}
.TagClassName
{
border-color: #21460A;
}
</style>