Shades of Myrtle #21461C
Tints of Myrtle #21461C
RGB
CMYK
RGB Variations
Color information
#21461C (or 0x21461C) is known color: Myrtle. HEX triplet: 21, 46 and 1C. RGB value is (33,70,28). Sum of RGB (Red+Green+Blue) = 33+70+28=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 70 (27.73% from 255 or 53.44% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 70 - color contains mainly: green. Hex color #21461C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21461C is #DEB9E3. Grayscale: #363636. Windows color (decimal): -14596580 or 1852961. OLE color: 1852961.
HSL color Cylindrical-coordinate representation of color #21461C: hue angle of 112.86º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #21461C is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 70 | 28 | - |
| CMYK | 0.53 | 0 | 0.60 | 0.73 |
| HSL | 112.86º | 0.43% | 0.19% | - |
| HSV(B) | 112.86º | 0.6% | 0.27% | - |
| XYZ | 3.03 | 4.79 | 1.86 | - |
| YUV | 54.15 | 113.24 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 28 | 0.53 | 0 | 0.60 | 0.73 | 112.86 | 0.43 | 0.19 |
| Hex | 21 | 46 | 1C | 35 | 0 | 3C | 49 | 71 | 2B | 13 |
| Octal | 41 | 106 | 34 | 65 | 0 | 74 | 111 | 161 | 53 | 23 |
| Binary | 100001 | 1000110 | 11100 | 110101 | 0 | 111100 | 1001001 | 1110001 | 101011 | 10011 |
Color Harmonies of #21461C
Complementary color
Monochromatic Colors of #21461C
Black with #21461C
Text Example
Text Example
White with #21461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21461C; }
p { color: rgb(33,70,28); }
H1.HeaderClassName
{
color: #21461C;
}
.AnyTagClassName
{
color: #21461C;
}
</style>
background-color css
<style>
a { background-color: #21461C; }
a { background-color: rgb(33,70,28); }
div.DivClassName
{
background-color: #21461C;
}
.BgClassName
{
background-color: #21461C;
}
</style>
border-color css
<style>
span { border-color: #21461C; }
span { border-color: rgb(33,70,28); }
td.TdClassName
{
border-color: #21461C;
}
.TagClassName
{
border-color: #21461C;
}
</style>