Shades of Green Waterloo #31341A
Tints of Green Waterloo #31341A
RGB
CMYK
RGB Variations
Color information
#31341A (or 0x31341A) is known color: Green Waterloo. HEX triplet: 31, 34 and 1A. RGB value is (49,52,26). Sum of RGB (Red+Green+Blue) = 49+52+26=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 52 - color contains mainly: green. Hex color #31341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31341A is #CECBE5. Grayscale: #303030. Windows color (decimal): -13552614 or 1717297. OLE color: 1717297.
HSL color Cylindrical-coordinate representation of color #31341A: hue angle of 66.92º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #31341A is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 52 | 26 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.80 |
| HSL | 66.92º | 0.33% | 0.15% | - |
| HSV(B) | 66.92º | 0.5% | 0.2% | - |
| XYZ | 2.68 | 3.18 | 1.45 | - |
| YUV | 48.14 | 115.51 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 52 | 26 | 0.06 | 0 | 0.50 | 0.80 | 66.92 | 0.33 | 0.15 |
| Hex | 31 | 34 | 1A | 6 | 0 | 32 | 50 | 43 | 21 | F |
| Octal | 61 | 64 | 32 | 6 | 0 | 62 | 120 | 103 | 41 | 17 |
| Binary | 110001 | 110100 | 11010 | 110 | 0 | 110010 | 1010000 | 1000011 | 100001 | 1111 |
Color Harmonies of #31341A
Complementary color
Monochromatic Colors of #31341A
Black with #31341A
Text Example
Text Example
White with #31341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31341A; }
p { color: rgb(49,52,26); }
H1.HeaderClassName
{
color: #31341A;
}
.AnyTagClassName
{
color: #31341A;
}
</style>
background-color css
<style>
a { background-color: #31341A; }
a { background-color: rgb(49,52,26); }
div.DivClassName
{
background-color: #31341A;
}
.BgClassName
{
background-color: #31341A;
}
</style>
border-color css
<style>
span { border-color: #31341A; }
span { border-color: rgb(49,52,26); }
td.TdClassName
{
border-color: #31341A;
}
.TagClassName
{
border-color: #31341A;
}
</style>