Shades of Myrtle #21461A
Tints of Myrtle #21461A
RGB
CMYK
RGB Variations
Color information
#21461A (or 0x21461A) is known color: Myrtle. HEX triplet: 21, 46 and 1A. RGB value is (33,70,26). Sum of RGB (Red+Green+Blue) = 33+70+26=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 70 (27.73% from 255 or 54.26% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 70 - color contains mainly: green. Hex color #21461A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21461A is #DEB9E5. Grayscale: #363636. Windows color (decimal): -14596582 or 1721889. OLE color: 1721889.
HSL color Cylindrical-coordinate representation of color #21461A: hue angle of 110.45º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #21461A is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 70 | 26 | - |
| CMYK | 0.53 | 0 | 0.63 | 0.73 |
| HSL | 110.45º | 0.46% | 0.19% | - |
| HSV(B) | 110.45º | 0.63% | 0.27% | - |
| XYZ | 3 | 4.78 | 1.74 | - |
| YUV | 53.92 | 112.24 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 26 | 0.53 | 0 | 0.63 | 0.73 | 110.45 | 0.46 | 0.19 |
| Hex | 21 | 46 | 1A | 35 | 0 | 3F | 49 | 6E | 2E | 13 |
| Octal | 41 | 106 | 32 | 65 | 0 | 77 | 111 | 156 | 56 | 23 |
| Binary | 100001 | 1000110 | 11010 | 110101 | 0 | 111111 | 1001001 | 1101110 | 101110 | 10011 |
Color Harmonies of #21461A
Complementary color
Monochromatic Colors of #21461A
Black with #21461A
Text Example
Text Example
White with #21461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21461A; }
p { color: rgb(33,70,26); }
H1.HeaderClassName
{
color: #21461A;
}
.AnyTagClassName
{
color: #21461A;
}
</style>
background-color css
<style>
a { background-color: #21461A; }
a { background-color: rgb(33,70,26); }
div.DivClassName
{
background-color: #21461A;
}
.BgClassName
{
background-color: #21461A;
}
</style>
border-color css
<style>
span { border-color: #21461A; }
span { border-color: rgb(33,70,26); }
td.TdClassName
{
border-color: #21461A;
}
.TagClassName
{
border-color: #21461A;
}
</style>