Shades of Myrtle #21531E
Tints of Myrtle #21531E
RGB
CMYK
RGB Variations
Color information
#21531E (or 0x21531E) is known color: Myrtle. HEX triplet: 21, 53 and 1E. RGB value is (33,83,30). Sum of RGB (Red+Green+Blue) = 33+83+30=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 83 (32.81% from 255 or 56.85% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 83 - color contains mainly: green. Hex color #21531E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21531E is #DEACE1. Grayscale: #3E3E3E. Windows color (decimal): -14593250 or 1987361. OLE color: 1987361.
HSL color Cylindrical-coordinate representation of color #21531E: hue angle of 116.6º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21531E is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 83 | 30 | - |
| CMYK | 0.60 | 0 | 0.64 | 0.67 |
| HSL | 116.6º | 0.47% | 0.22% | - |
| HSV(B) | 116.6º | 0.64% | 0.33% | - |
| XYZ | 3.95 | 6.6 | 2.29 | - |
| YUV | 62.01 | 109.94 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 30 | 0.60 | 0 | 0.64 | 0.67 | 116.6 | 0.47 | 0.22 |
| Hex | 21 | 53 | 1E | 3C | 0 | 40 | 43 | 75 | 2F | 16 |
| Octal | 41 | 123 | 36 | 74 | 0 | 100 | 103 | 165 | 57 | 26 |
| Binary | 100001 | 1010011 | 11110 | 111100 | 0 | 1000000 | 1000011 | 1110101 | 101111 | 10110 |
Color Harmonies of #21531E
Complementary color
Monochromatic Colors of #21531E
Black with #21531E
Text Example
Text Example
White with #21531E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21531E; }
p { color: rgb(33,83,30); }
H1.HeaderClassName
{
color: #21531E;
}
.AnyTagClassName
{
color: #21531E;
}
</style>
background-color css
<style>
a { background-color: #21531E; }
a { background-color: rgb(33,83,30); }
div.DivClassName
{
background-color: #21531E;
}
.BgClassName
{
background-color: #21531E;
}
</style>
border-color css
<style>
span { border-color: #21531E; }
span { border-color: rgb(33,83,30); }
td.TdClassName
{
border-color: #21531E;
}
.TagClassName
{
border-color: #21531E;
}
</style>