Shades of Green Waterloo #202506
Tints of Green Waterloo #202506
RGB
CMYK
RGB Variations
Color information
#202506 (or 0x202506) is known color: Green Waterloo. HEX triplet: 20, 25 and 06. RGB value is (32,37,6). Sum of RGB (Red+Green+Blue) = 32+37+6=75 (9% of max value = 765). Red value is 32 (12.89% from 255 or 42.67% from 75); Green value is 37 (14.84% from 255 or 49.33% from 75); Blue value is 6 (2.73% from 255 or 8% from 75); Max value from RGB is 37 - color contains mainly: green. Hex color #202506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202506 is #DFDAF9. Grayscale: #202020. Windows color (decimal): -14670586 or 402720. OLE color: 402720.
HSL color Cylindrical-coordinate representation of color #202506: hue angle of 69.68º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #202506 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 37 | 6 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.85 |
| HSL | 69.68º | 0.72% | 0.08% | - |
| HSV(B) | 69.68º | 0.84% | 0.15% | - |
| XYZ | 1.29 | 1.64 | 0.42 | - |
| YUV | 31.97 | 113.34 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 37 | 6 | 0.14 | 0 | 0.84 | 0.85 | 69.68 | 0.72 | 0.08 |
| Hex | 20 | 25 | 6 | E | 0 | 54 | 55 | 46 | 48 | 8 |
| Octal | 40 | 45 | 6 | 16 | 0 | 124 | 125 | 106 | 110 | 10 |
| Binary | 100000 | 100101 | 110 | 1110 | 0 | 1010100 | 1010101 | 1000110 | 1001000 | 1000 |
Color Harmonies of #202506
Complementary color
Monochromatic Colors of #202506
Black with #202506
Text Example
Text Example
White with #202506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202506; }
p { color: rgb(32,37,6); }
H1.HeaderClassName
{
color: #202506;
}
.AnyTagClassName
{
color: #202506;
}
</style>
background-color css
<style>
a { background-color: #202506; }
a { background-color: rgb(32,37,6); }
div.DivClassName
{
background-color: #202506;
}
.BgClassName
{
background-color: #202506;
}
</style>
border-color css
<style>
span { border-color: #202506; }
span { border-color: rgb(32,37,6); }
td.TdClassName
{
border-color: #202506;
}
.TagClassName
{
border-color: #202506;
}
</style>