Shades of Green Waterloo #313417
Tints of Green Waterloo #313417
RGB
CMYK
RGB Variations
Color information
#313417 (or 0x313417) is known color: Green Waterloo. HEX triplet: 31, 34 and 17. RGB value is (49,52,23). Sum of RGB (Red+Green+Blue) = 49+52+23=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 52 - color contains mainly: green. Hex color #313417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313417 is #CECBE8. Grayscale: #2F2F2F. Windows color (decimal): -13552617 or 1520689. OLE color: 1520689.
HSL color Cylindrical-coordinate representation of color #313417: hue angle of 66.21º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #313417 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 52 | 23 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.80 |
| HSL | 66.21º | 0.39% | 0.15% | - |
| HSV(B) | 66.21º | 0.56% | 0.2% | - |
| XYZ | 2.65 | 3.17 | 1.28 | - |
| YUV | 47.8 | 114.01 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 52 | 23 | 0.06 | 0 | 0.56 | 0.80 | 66.21 | 0.39 | 0.15 |
| Hex | 31 | 34 | 17 | 6 | 0 | 38 | 50 | 42 | 27 | F |
| Octal | 61 | 64 | 27 | 6 | 0 | 70 | 120 | 102 | 47 | 17 |
| Binary | 110001 | 110100 | 10111 | 110 | 0 | 111000 | 1010000 | 1000010 | 100111 | 1111 |
Color Harmonies of #313417
Complementary color
Monochromatic Colors of #313417
Black with #313417
Text Example
Text Example
White with #313417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313417; }
p { color: rgb(49,52,23); }
H1.HeaderClassName
{
color: #313417;
}
.AnyTagClassName
{
color: #313417;
}
</style>
background-color css
<style>
a { background-color: #313417; }
a { background-color: rgb(49,52,23); }
div.DivClassName
{
background-color: #313417;
}
.BgClassName
{
background-color: #313417;
}
</style>
border-color css
<style>
span { border-color: #313417; }
span { border-color: rgb(49,52,23); }
td.TdClassName
{
border-color: #313417;
}
.TagClassName
{
border-color: #313417;
}
</style>