Shades of Green Waterloo #31341C
Tints of Green Waterloo #31341C
RGB
CMYK
RGB Variations
Color information
#31341C (or 0x31341C) is known color: Green Waterloo. HEX triplet: 31, 34 and 1C. RGB value is (49,52,28). Sum of RGB (Red+Green+Blue) = 49+52+28=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 52 - color contains mainly: green. Hex color #31341C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31341C is #CECBE3. Grayscale: #303030. Windows color (decimal): -13552612 or 1848369. OLE color: 1848369.
HSL color Cylindrical-coordinate representation of color #31341C: hue angle of 67.5º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31341C is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 52 | 28 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.80 |
| HSL | 67.5º | 0.3% | 0.16% | - |
| HSV(B) | 67.5º | 0.46% | 0.2% | - |
| XYZ | 2.7 | 3.19 | 1.57 | - |
| YUV | 48.37 | 116.51 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 52 | 28 | 0.06 | 0 | 0.46 | 0.80 | 67.5 | 0.3 | 0.16 |
| Hex | 31 | 34 | 1C | 6 | 0 | 2E | 50 | 44 | 1E | 10 |
| Octal | 61 | 64 | 34 | 6 | 0 | 56 | 120 | 104 | 36 | 20 |
| Binary | 110001 | 110100 | 11100 | 110 | 0 | 101110 | 1010000 | 1000100 | 11110 | 10000 |
Color Harmonies of #31341C
Complementary color
Monochromatic Colors of #31341C
Black with #31341C
Text Example
Text Example
White with #31341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31341C; }
p { color: rgb(49,52,28); }
H1.HeaderClassName
{
color: #31341C;
}
.AnyTagClassName
{
color: #31341C;
}
</style>
background-color css
<style>
a { background-color: #31341C; }
a { background-color: rgb(49,52,28); }
div.DivClassName
{
background-color: #31341C;
}
.BgClassName
{
background-color: #31341C;
}
</style>
border-color css
<style>
span { border-color: #31341C; }
span { border-color: rgb(49,52,28); }
td.TdClassName
{
border-color: #31341C;
}
.TagClassName
{
border-color: #31341C;
}
</style>