Shades of Myrtle #21471D
Tints of Myrtle #21471D
RGB
CMYK
RGB Variations
Color information
#21471D (or 0x21471D) is known color: Myrtle. HEX triplet: 21, 47 and 1D. RGB value is (33,71,29). Sum of RGB (Red+Green+Blue) = 33+71+29=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 71 (28.12% from 255 or 53.38% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 71 - color contains mainly: green. Hex color #21471D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21471D is #DEB8E2. Grayscale: #363636. Windows color (decimal): -14596323 or 1918753. OLE color: 1918753.
HSL color Cylindrical-coordinate representation of color #21471D: hue angle of 114.29º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #21471D is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 71 | 29 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.72 |
| HSL | 114.29º | 0.42% | 0.2% | - |
| HSV(B) | 114.29º | 0.59% | 0.28% | - |
| XYZ | 3.1 | 4.92 | 1.95 | - |
| YUV | 54.85 | 113.41 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 29 | 0.54 | 0 | 0.59 | 0.72 | 114.29 | 0.42 | 0.2 |
| Hex | 21 | 47 | 1D | 36 | 0 | 3B | 48 | 72 | 2A | 14 |
| Octal | 41 | 107 | 35 | 66 | 0 | 73 | 110 | 162 | 52 | 24 |
| Binary | 100001 | 1000111 | 11101 | 110110 | 0 | 111011 | 1001000 | 1110010 | 101010 | 10100 |
Color Harmonies of #21471D
Complementary color
Monochromatic Colors of #21471D
Black with #21471D
Text Example
Text Example
White with #21471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21471D; }
p { color: rgb(33,71,29); }
H1.HeaderClassName
{
color: #21471D;
}
.AnyTagClassName
{
color: #21471D;
}
</style>
background-color css
<style>
a { background-color: #21471D; }
a { background-color: rgb(33,71,29); }
div.DivClassName
{
background-color: #21471D;
}
.BgClassName
{
background-color: #21471D;
}
</style>
border-color css
<style>
span { border-color: #21471D; }
span { border-color: rgb(33,71,29); }
td.TdClassName
{
border-color: #21471D;
}
.TagClassName
{
border-color: #21471D;
}
</style>