Shades of Green Waterloo #202606
Tints of Green Waterloo #202606
RGB
CMYK
RGB Variations
Color information
#202606 (or 0x202606) is known color: Green Waterloo. HEX triplet: 20, 26 and 06. RGB value is (32,38,6). Sum of RGB (Red+Green+Blue) = 32+38+6=76 (10% of max value = 765). Red value is 32 (12.89% from 255 or 42.11% from 76); Green value is 38 (15.23% from 255 or 50% from 76); Blue value is 6 (2.73% from 255 or 7.89% from 76); Max value from RGB is 38 - color contains mainly: green. Hex color #202606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202606 is #DFD9F9. Grayscale: #202020. Windows color (decimal): -14670330 or 402976. OLE color: 402976.
HSL color Cylindrical-coordinate representation of color #202606: hue angle of 71.25º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #202606 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 38 | 6 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.85 |
| HSL | 71.25º | 0.73% | 0.09% | - |
| HSV(B) | 71.25º | 0.84% | 0.15% | - |
| XYZ | 1.32 | 1.71 | 0.43 | - |
| YUV | 32.56 | 113.01 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 38 | 6 | 0.16 | 0 | 0.84 | 0.85 | 71.25 | 0.73 | 0.09 |
| Hex | 20 | 26 | 6 | 10 | 0 | 54 | 55 | 47 | 49 | 9 |
| Octal | 40 | 46 | 6 | 20 | 0 | 124 | 125 | 107 | 111 | 11 |
| Binary | 100000 | 100110 | 110 | 10000 | 0 | 1010100 | 1010101 | 1000111 | 1001001 | 1001 |
Color Harmonies of #202606
Complementary color
Monochromatic Colors of #202606
Black with #202606
Text Example
Text Example
White with #202606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202606; }
p { color: rgb(32,38,6); }
H1.HeaderClassName
{
color: #202606;
}
.AnyTagClassName
{
color: #202606;
}
</style>
background-color css
<style>
a { background-color: #202606; }
a { background-color: rgb(32,38,6); }
div.DivClassName
{
background-color: #202606;
}
.BgClassName
{
background-color: #202606;
}
</style>
border-color css
<style>
span { border-color: #202606; }
span { border-color: rgb(32,38,6); }
td.TdClassName
{
border-color: #202606;
}
.TagClassName
{
border-color: #202606;
}
</style>