Shades of Myrtle #213817
Tints of Myrtle #213817
RGB
CMYK
RGB Variations
Color information
#213817 (or 0x213817) is known color: Myrtle. HEX triplet: 21, 38 and 17. RGB value is (33,56,23). Sum of RGB (Red+Green+Blue) = 33+56+23=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 56 (22.27% from 255 or 50% from 112); Blue value is 23 (9.38% from 255 or 20.54% from 112); Max value from RGB is 56 - color contains mainly: green. Hex color #213817 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213817 is #DEC7E8. Grayscale: #2D2D2D. Windows color (decimal): -14600169 or 1521697. OLE color: 1521697.
HSL color Cylindrical-coordinate representation of color #213817: hue angle of 101.82º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #213817 is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 56 | 23 | - |
| CMYK | 0.41 | 0 | 0.59 | 0.78 |
| HSL | 101.82º | 0.42% | 0.15% | - |
| HSV(B) | 101.82º | 0.59% | 0.22% | - |
| XYZ | 2.2 | 3.21 | 1.32 | - |
| YUV | 45.36 | 115.38 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 56 | 23 | 0.41 | 0 | 0.59 | 0.78 | 101.82 | 0.42 | 0.15 |
| Hex | 21 | 38 | 17 | 29 | 0 | 3B | 4E | 66 | 2A | F |
| Octal | 41 | 70 | 27 | 51 | 0 | 73 | 116 | 146 | 52 | 17 |
| Binary | 100001 | 111000 | 10111 | 101001 | 0 | 111011 | 1001110 | 1100110 | 101010 | 1111 |
Color Harmonies of #213817
Complementary color
Monochromatic Colors of #213817
Black with #213817
Text Example
Text Example
White with #213817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213817; }
p { color: rgb(33,56,23); }
H1.HeaderClassName
{
color: #213817;
}
.AnyTagClassName
{
color: #213817;
}
</style>
background-color css
<style>
a { background-color: #213817; }
a { background-color: rgb(33,56,23); }
div.DivClassName
{
background-color: #213817;
}
.BgClassName
{
background-color: #213817;
}
</style>
border-color css
<style>
span { border-color: #213817; }
span { border-color: rgb(33,56,23); }
td.TdClassName
{
border-color: #213817;
}
.TagClassName
{
border-color: #213817;
}
</style>