Shades of Myrtle #20461F
Tints of Myrtle #20461F
RGB
CMYK
RGB Variations
Color information
#20461F (or 0x20461F) is known color: Myrtle. HEX triplet: 20, 46 and 1F. RGB value is (32,70,31). Sum of RGB (Red+Green+Blue) = 32+70+31=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 70 (27.73% from 255 or 52.63% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 70 - color contains mainly: green. Hex color #20461F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20461F is #DFB9E0. Grayscale: #363636. Windows color (decimal): -14662113 or 2049568. OLE color: 2049568.
HSL color Cylindrical-coordinate representation of color #20461F: hue angle of 118.46º 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 #20461F is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 70 | 31 | - |
| CMYK | 0.54 | 0 | 0.56 | 0.73 |
| HSL | 118.46º | 0.39% | 0.2% | - |
| HSV(B) | 118.46º | 0.56% | 0.27% | - |
| XYZ | 3.03 | 4.79 | 2.06 | - |
| YUV | 54.19 | 114.91 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 70 | 31 | 0.54 | 0 | 0.56 | 0.73 | 118.46 | 0.39 | 0.2 |
| Hex | 20 | 46 | 1F | 36 | 0 | 38 | 49 | 76 | 27 | 14 |
| Octal | 40 | 106 | 37 | 66 | 0 | 70 | 111 | 166 | 47 | 24 |
| Binary | 100000 | 1000110 | 11111 | 110110 | 0 | 111000 | 1001001 | 1110110 | 100111 | 10100 |
Color Harmonies of #20461F
Complementary color
Monochromatic Colors of #20461F
Black with #20461F
Text Example
Text Example
White with #20461F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20461F; }
p { color: rgb(32,70,31); }
H1.HeaderClassName
{
color: #20461F;
}
.AnyTagClassName
{
color: #20461F;
}
</style>
background-color css
<style>
a { background-color: #20461F; }
a { background-color: rgb(32,70,31); }
div.DivClassName
{
background-color: #20461F;
}
.BgClassName
{
background-color: #20461F;
}
</style>
border-color css
<style>
span { border-color: #20461F; }
span { border-color: rgb(32,70,31); }
td.TdClassName
{
border-color: #20461F;
}
.TagClassName
{
border-color: #20461F;
}
</style>