Shades of Green Waterloo #242606
Tints of Green Waterloo #242606
RGB
CMYK
RGB Variations
Color information
#242606 (or 0x242606) is known color: Green Waterloo. HEX triplet: 24, 26 and 06. RGB value is (36,38,6). Sum of RGB (Red+Green+Blue) = 36+38+6=80 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45% from 80); Green value is 38 (15.23% from 255 or 47.5% from 80); Blue value is 6 (2.73% from 255 or 7.5% from 80); Max value from RGB is 38 - color contains mainly: green. Hex color #242606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242606 is #DBD9F9. Grayscale: #212121. Windows color (decimal): -14408186 or 402980. OLE color: 402980.
HSL color Cylindrical-coordinate representation of color #242606: hue angle of 63.75º 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 #242606 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 38 | 6 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.85 |
| HSL | 63.75º | 0.73% | 0.09% | - |
| HSV(B) | 63.75º | 0.84% | 0.15% | - |
| XYZ | 1.45 | 1.77 | 0.44 | - |
| YUV | 33.75 | 112.34 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 38 | 6 | 0.05 | 0 | 0.84 | 0.85 | 63.75 | 0.73 | 0.09 |
| Hex | 24 | 26 | 6 | 5 | 0 | 54 | 55 | 40 | 49 | 9 |
| Octal | 44 | 46 | 6 | 5 | 0 | 124 | 125 | 100 | 111 | 11 |
| Binary | 100100 | 100110 | 110 | 101 | 0 | 1010100 | 1010101 | 1000000 | 1001001 | 1001 |
Color Harmonies of #242606
Complementary color
Monochromatic Colors of #242606
Black with #242606
Text Example
Text Example
White with #242606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242606; }
p { color: rgb(36,38,6); }
H1.HeaderClassName
{
color: #242606;
}
.AnyTagClassName
{
color: #242606;
}
</style>
background-color css
<style>
a { background-color: #242606; }
a { background-color: rgb(36,38,6); }
div.DivClassName
{
background-color: #242606;
}
.BgClassName
{
background-color: #242606;
}
</style>
border-color css
<style>
span { border-color: #242606; }
span { border-color: rgb(36,38,6); }
td.TdClassName
{
border-color: #242606;
}
.TagClassName
{
border-color: #242606;
}
</style>