Shades of Te Papa Green #334C42
Tints of Te Papa Green #334C42
RGB
CMYK
RGB Variations
Color information
#334C42 (or 0x334C42) is known color: Te Papa Green. HEX triplet: 33, 4C and 42. RGB value is (51,76,66). Sum of RGB (Red+Green+Blue) = 51+76+66=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 76 - color contains mainly: green. Hex color #334C42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334C42 is #CCB3BD. Grayscale: #434343. Windows color (decimal): -13415358 or 4344883. OLE color: 4344883.
HSL color Cylindrical-coordinate representation of color #334C42: hue angle of 156º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #334C42 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 76 | 66 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.70 |
| HSL | 156º | 0.2% | 0.25% | - |
| HSV(B) | 156º | 0.33% | 0.3% | - |
| XYZ | 4.93 | 6.27 | 6.1 | - |
| YUV | 67.39 | 127.22 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 66 | 0.33 | 0 | 0.13 | 0.70 | 156 | 0.2 | 0.25 |
| Hex | 33 | 4C | 42 | 21 | 0 | D | 46 | 9C | 14 | 19 |
| Octal | 63 | 114 | 102 | 41 | 0 | 15 | 106 | 234 | 24 | 31 |
| Binary | 110011 | 1001100 | 1000010 | 100001 | 0 | 1101 | 1000110 | 10011100 | 10100 | 11001 |
Color Harmonies of #334C42
Complementary color
Monochromatic Colors of #334C42
Black with #334C42
Text Example
Text Example
White with #334C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C42; }
p { color: rgb(51,76,66); }
H1.HeaderClassName
{
color: #334C42;
}
.AnyTagClassName
{
color: #334C42;
}
</style>
background-color css
<style>
a { background-color: #334C42; }
a { background-color: rgb(51,76,66); }
div.DivClassName
{
background-color: #334C42;
}
.BgClassName
{
background-color: #334C42;
}
</style>
border-color css
<style>
span { border-color: #334C42; }
span { border-color: rgb(51,76,66); }
td.TdClassName
{
border-color: #334C42;
}
.TagClassName
{
border-color: #334C42;
}
</style>