Shades of Green Waterloo #262806
Tints of Green Waterloo #262806
RGB
CMYK
RGB Variations
Color information
#262806 (or 0x262806) is known color: Green Waterloo. HEX triplet: 26, 28 and 06. RGB value is (38,40,6). Sum of RGB (Red+Green+Blue) = 38+40+6=84 (11% of max value = 765). Red value is 38 (15.23% from 255 or 45.24% from 84); Green value is 40 (16.02% from 255 or 47.62% from 84); Blue value is 6 (2.73% from 255 or 7.14% from 84); Max value from RGB is 40 - color contains mainly: green. Hex color #262806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262806 is #D9D7F9. Grayscale: #232323. Windows color (decimal): -14276602 or 403494. OLE color: 403494.
HSL color Cylindrical-coordinate representation of color #262806: hue angle of 63.53º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #262806 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 40 | 6 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.84 |
| HSL | 63.53º | 0.74% | 0.09% | - |
| HSV(B) | 63.53º | 0.85% | 0.16% | - |
| XYZ | 1.59 | 1.94 | 0.46 | - |
| YUV | 35.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 40 | 6 | 0.05 | 0 | 0.85 | 0.84 | 63.53 | 0.74 | 0.09 |
| Hex | 26 | 28 | 6 | 5 | 0 | 55 | 54 | 40 | 4A | 9 |
| Octal | 46 | 50 | 6 | 5 | 0 | 125 | 124 | 100 | 112 | 11 |
| Binary | 100110 | 101000 | 110 | 101 | 0 | 1010101 | 1010100 | 1000000 | 1001010 | 1001 |
Color Harmonies of #262806
Complementary color
Monochromatic Colors of #262806
Black with #262806
Text Example
Text Example
White with #262806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262806; }
p { color: rgb(38,40,6); }
H1.HeaderClassName
{
color: #262806;
}
.AnyTagClassName
{
color: #262806;
}
</style>
background-color css
<style>
a { background-color: #262806; }
a { background-color: rgb(38,40,6); }
div.DivClassName
{
background-color: #262806;
}
.BgClassName
{
background-color: #262806;
}
</style>
border-color css
<style>
span { border-color: #262806; }
span { border-color: rgb(38,40,6); }
td.TdClassName
{
border-color: #262806;
}
.TagClassName
{
border-color: #262806;
}
</style>