Shades of Green Waterloo #34361D
Tints of Green Waterloo #34361D
RGB
CMYK
RGB Variations
Color information
#34361D (or 0x34361D) is known color: Green Waterloo. HEX triplet: 34, 36 and 1D. RGB value is (52,54,29). Sum of RGB (Red+Green+Blue) = 52+54+29=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 54 - color contains mainly: green. Hex color #34361D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34361D is #CBC9E2. Grayscale: #323232. Windows color (decimal): -13355491 or 1914420. OLE color: 1914420.
HSL color Cylindrical-coordinate representation of color #34361D: hue angle of 64.8º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #34361D is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 52 | 54 | 29 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.79 |
| HSL | 64.8º | 0.3% | 0.16% | - |
| HSV(B) | 64.8º | 0.46% | 0.21% | - |
| XYZ | 2.96 | 3.46 | 1.67 | - |
| YUV | 50.55 | 115.84 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 54 | 29 | 0.04 | 0 | 0.46 | 0.79 | 64.8 | 0.3 | 0.16 |
| Hex | 34 | 36 | 1D | 4 | 0 | 2E | 4F | 41 | 1E | 10 |
| Octal | 64 | 66 | 35 | 4 | 0 | 56 | 117 | 101 | 36 | 20 |
| Binary | 110100 | 110110 | 11101 | 100 | 0 | 101110 | 1001111 | 1000001 | 11110 | 10000 |
Color Harmonies of #34361D
Complementary color
Monochromatic Colors of #34361D
Black with #34361D
Text Example
Text Example
White with #34361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34361D; }
p { color: rgb(52,54,29); }
H1.HeaderClassName
{
color: #34361D;
}
.AnyTagClassName
{
color: #34361D;
}
</style>
background-color css
<style>
a { background-color: #34361D; }
a { background-color: rgb(52,54,29); }
div.DivClassName
{
background-color: #34361D;
}
.BgClassName
{
background-color: #34361D;
}
</style>
border-color css
<style>
span { border-color: #34361D; }
span { border-color: rgb(52,54,29); }
td.TdClassName
{
border-color: #34361D;
}
.TagClassName
{
border-color: #34361D;
}
</style>