Shades of Myrtle #21461F
Tints of Myrtle #21461F
RGB
CMYK
RGB Variations
Color information
#21461F (or 0x21461F) is known color: Myrtle. HEX triplet: 21, 46 and 1F. RGB value is (33,70,31). Sum of RGB (Red+Green+Blue) = 33+70+31=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 70 (27.73% from 255 or 52.24% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 70 - color contains mainly: green. Hex color #21461F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21461F is #DEB9E0. Grayscale: #363636. Windows color (decimal): -14596577 or 2049569. OLE color: 2049569.
HSL color Cylindrical-coordinate representation of color #21461F: hue angle of 116.92º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #21461F is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 70 | 31 | - |
| CMYK | 0.53 | 0 | 0.56 | 0.73 |
| HSL | 116.92º | 0.39% | 0.2% | - |
| HSV(B) | 116.92º | 0.56% | 0.27% | - |
| XYZ | 3.06 | 4.8 | 2.06 | - |
| YUV | 54.49 | 114.74 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 31 | 0.53 | 0 | 0.56 | 0.73 | 116.92 | 0.39 | 0.2 |
| Hex | 21 | 46 | 1F | 35 | 0 | 38 | 49 | 75 | 27 | 14 |
| Octal | 41 | 106 | 37 | 65 | 0 | 70 | 111 | 165 | 47 | 24 |
| Binary | 100001 | 1000110 | 11111 | 110101 | 0 | 111000 | 1001001 | 1110101 | 100111 | 10100 |
Color Harmonies of #21461F
Complementary color
Monochromatic Colors of #21461F
Black with #21461F
Text Example
Text Example
White with #21461F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21461F; }
p { color: rgb(33,70,31); }
H1.HeaderClassName
{
color: #21461F;
}
.AnyTagClassName
{
color: #21461F;
}
</style>
background-color css
<style>
a { background-color: #21461F; }
a { background-color: rgb(33,70,31); }
div.DivClassName
{
background-color: #21461F;
}
.BgClassName
{
background-color: #21461F;
}
</style>
border-color css
<style>
span { border-color: #21461F; }
span { border-color: rgb(33,70,31); }
td.TdClassName
{
border-color: #21461F;
}
.TagClassName
{
border-color: #21461F;
}
</style>