Shades of Myrtle #20600B
Tints of Myrtle #20600B
RGB
CMYK
RGB Variations
Color information
#20600B (or 0x20600B) is known color: Myrtle. HEX triplet: 20, 60 and 0B. RGB value is (32,96,11). Sum of RGB (Red+Green+Blue) = 32+96+11=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 96 (37.89% from 255 or 69.06% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 96 - color contains mainly: green. Hex color #20600B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20600B is #DF9FF4. Grayscale: #434343. Windows color (decimal): -14655477 or 745504. OLE color: 745504.
HSL color Cylindrical-coordinate representation of color #20600B: hue angle of 105.18º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #20600B is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 96 | 11 | - |
| CMYK | 0.67 | 0 | 0.89 | 0.62 |
| HSL | 105.18º | 0.79% | 0.21% | - |
| HSV(B) | 105.18º | 0.89% | 0.38% | - |
| XYZ | 4.84 | 8.7 | 1.74 | - |
| YUV | 67.17 | 96.3 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 96 | 11 | 0.67 | 0 | 0.89 | 0.62 | 105.18 | 0.79 | 0.21 |
| Hex | 20 | 60 | B | 43 | 0 | 59 | 3E | 69 | 4F | 15 |
| Octal | 40 | 140 | 13 | 103 | 0 | 131 | 76 | 151 | 117 | 25 |
| Binary | 100000 | 1100000 | 1011 | 1000011 | 0 | 1011001 | 111110 | 1101001 | 1001111 | 10101 |
Color Harmonies of #20600B
Complementary color
Monochromatic Colors of #20600B
Black with #20600B
Text Example
Text Example
White with #20600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20600B; }
p { color: rgb(32,96,11); }
H1.HeaderClassName
{
color: #20600B;
}
.AnyTagClassName
{
color: #20600B;
}
</style>
background-color css
<style>
a { background-color: #20600B; }
a { background-color: rgb(32,96,11); }
div.DivClassName
{
background-color: #20600B;
}
.BgClassName
{
background-color: #20600B;
}
</style>
border-color css
<style>
span { border-color: #20600B; }
span { border-color: rgb(32,96,11); }
td.TdClassName
{
border-color: #20600B;
}
.TagClassName
{
border-color: #20600B;
}
</style>