Shades of Green Waterloo #34361B
Tints of Green Waterloo #34361B
RGB
CMYK
RGB Variations
Color information
#34361B (or 0x34361B) is known color: Green Waterloo. HEX triplet: 34, 36 and 1B. RGB value is (52,54,27). Sum of RGB (Red+Green+Blue) = 52+54+27=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 54 (21.48% from 255 or 40.60% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 54 - color contains mainly: green. Hex color #34361B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34361B is #CBC9E4. Grayscale: #323232. Windows color (decimal): -13355493 or 1783348. OLE color: 1783348.
HSL color Cylindrical-coordinate representation of color #34361B: hue angle of 64.44º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #34361B is Cyan = 0.04, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 52 | 54 | 27 | - |
| CMYK | 0.04 | 0 | 0.5 | 0.79 |
| HSL | 64.44º | 0.33% | 0.16% | - |
| HSV(B) | 64.44º | 0.5% | 0.21% | - |
| XYZ | 2.93 | 3.45 | 1.55 | - |
| YUV | 50.32 | 114.84 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 54 | 27 | 0.04 | 0 | 0.5 | 0.79 | 64.44 | 0.33 | 0.16 |
| Hex | 34 | 36 | 1B | 4 | 0 | 32 | 4F | 40 | 21 | 10 |
| Octal | 64 | 66 | 33 | 4 | 0 | 62 | 117 | 100 | 41 | 20 |
| Binary | 110100 | 110110 | 11011 | 100 | 0 | 110010 | 1001111 | 1000000 | 100001 | 10000 |
Color Harmonies of #34361B
Complementary color
Monochromatic Colors of #34361B
Black with #34361B
Text Example
Text Example
White with #34361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34361B; }
p { color: rgb(52,54,27); }
H1.HeaderClassName
{
color: #34361B;
}
.AnyTagClassName
{
color: #34361B;
}
</style>
background-color css
<style>
a { background-color: #34361B; }
a { background-color: rgb(52,54,27); }
div.DivClassName
{
background-color: #34361B;
}
.BgClassName
{
background-color: #34361B;
}
</style>
border-color css
<style>
span { border-color: #34361B; }
span { border-color: rgb(52,54,27); }
td.TdClassName
{
border-color: #34361B;
}
.TagClassName
{
border-color: #34361B;
}
</style>