Shades of Myrtle #21531D
Tints of Myrtle #21531D
RGB
CMYK
RGB Variations
Color information
#21531D (or 0x21531D) is known color: Myrtle. HEX triplet: 21, 53 and 1D. RGB value is (33,83,29). Sum of RGB (Red+Green+Blue) = 33+83+29=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 83 (32.81% from 255 or 57.24% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 83 - color contains mainly: green. Hex color #21531D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21531D is #DEACE2. Grayscale: #3E3E3E. Windows color (decimal): -14593251 or 1921825. OLE color: 1921825.
HSL color Cylindrical-coordinate representation of color #21531D: hue angle of 115.56º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21531D is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 83 | 29 | - |
| CMYK | 0.60 | 0 | 0.65 | 0.67 |
| HSL | 115.56º | 0.48% | 0.22% | - |
| HSV(B) | 115.56º | 0.65% | 0.33% | - |
| XYZ | 3.94 | 6.6 | 2.23 | - |
| YUV | 61.89 | 109.44 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 29 | 0.60 | 0 | 0.65 | 0.67 | 115.56 | 0.48 | 0.22 |
| Hex | 21 | 53 | 1D | 3C | 0 | 41 | 43 | 74 | 30 | 16 |
| Octal | 41 | 123 | 35 | 74 | 0 | 101 | 103 | 164 | 60 | 26 |
| Binary | 100001 | 1010011 | 11101 | 111100 | 0 | 1000001 | 1000011 | 1110100 | 110000 | 10110 |
Color Harmonies of #21531D
Complementary color
Monochromatic Colors of #21531D
Black with #21531D
Text Example
Text Example
White with #21531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21531D; }
p { color: rgb(33,83,29); }
H1.HeaderClassName
{
color: #21531D;
}
.AnyTagClassName
{
color: #21531D;
}
</style>
background-color css
<style>
a { background-color: #21531D; }
a { background-color: rgb(33,83,29); }
div.DivClassName
{
background-color: #21531D;
}
.BgClassName
{
background-color: #21531D;
}
</style>
border-color css
<style>
span { border-color: #21531D; }
span { border-color: rgb(33,83,29); }
td.TdClassName
{
border-color: #21531D;
}
.TagClassName
{
border-color: #21531D;
}
</style>