Shades of Green Waterloo #33351C
Tints of Green Waterloo #33351C
RGB
CMYK
RGB Variations
Color information
#33351C (or 0x33351C) is known color: Green Waterloo. HEX triplet: 33, 35 and 1C. RGB value is (51,53,28). Sum of RGB (Red+Green+Blue) = 51+53+28=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 53 - color contains mainly: green. Hex color #33351C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33351C is #CCCAE3. Grayscale: #313131. Windows color (decimal): -13421284 or 1848627. OLE color: 1848627.
HSL color Cylindrical-coordinate representation of color #33351C: hue angle of 64.8º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #33351C is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 51 | 53 | 28 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.79 |
| HSL | 64.8º | 0.31% | 0.16% | - |
| HSV(B) | 64.8º | 0.47% | 0.21% | - |
| XYZ | 2.85 | 3.33 | 1.59 | - |
| YUV | 49.55 | 115.84 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 53 | 28 | 0.04 | 0 | 0.47 | 0.79 | 64.8 | 0.31 | 0.16 |
| Hex | 33 | 35 | 1C | 4 | 0 | 2F | 4F | 41 | 1F | 10 |
| Octal | 63 | 65 | 34 | 4 | 0 | 57 | 117 | 101 | 37 | 20 |
| Binary | 110011 | 110101 | 11100 | 100 | 0 | 101111 | 1001111 | 1000001 | 11111 | 10000 |
Color Harmonies of #33351C
Complementary color
Monochromatic Colors of #33351C
Black with #33351C
Text Example
Text Example
White with #33351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33351C; }
p { color: rgb(51,53,28); }
H1.HeaderClassName
{
color: #33351C;
}
.AnyTagClassName
{
color: #33351C;
}
</style>
background-color css
<style>
a { background-color: #33351C; }
a { background-color: rgb(51,53,28); }
div.DivClassName
{
background-color: #33351C;
}
.BgClassName
{
background-color: #33351C;
}
</style>
border-color css
<style>
span { border-color: #33351C; }
span { border-color: rgb(51,53,28); }
td.TdClassName
{
border-color: #33351C;
}
.TagClassName
{
border-color: #33351C;
}
</style>