Shades of Te Papa Green #334D40
Tints of Te Papa Green #334D40
RGB
CMYK
RGB Variations
Color information
#334D40 (or 0x334D40) is known color: Te Papa Green. HEX triplet: 33, 4D and 40. RGB value is (51,77,64). Sum of RGB (Red+Green+Blue) = 51+77+64=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 77 - color contains mainly: green. Hex color #334D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334D40 is #CCB2BF. Grayscale: #434343. Windows color (decimal): -13415104 or 4214067. OLE color: 4214067.
HSL color Cylindrical-coordinate representation of color #334D40: hue angle of 150º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #334D40 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 77 | 64 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.70 |
| HSL | 150º | 0.2% | 0.25% | - |
| HSV(B) | 150º | 0.34% | 0.3% | - |
| XYZ | 4.94 | 6.38 | 5.82 | - |
| YUV | 67.74 | 125.89 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 64 | 0.34 | 0 | 0.17 | 0.70 | 150 | 0.2 | 0.25 |
| Hex | 33 | 4D | 40 | 22 | 0 | 11 | 46 | 96 | 14 | 19 |
| Octal | 63 | 115 | 100 | 42 | 0 | 21 | 106 | 226 | 24 | 31 |
| Binary | 110011 | 1001101 | 1000000 | 100010 | 0 | 10001 | 1000110 | 10010110 | 10100 | 11001 |
Color Harmonies of #334D40
Complementary color
Monochromatic Colors of #334D40
Black with #334D40
Text Example
Text Example
White with #334D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334D40; }
p { color: rgb(51,77,64); }
H1.HeaderClassName
{
color: #334D40;
}
.AnyTagClassName
{
color: #334D40;
}
</style>
background-color css
<style>
a { background-color: #334D40; }
a { background-color: rgb(51,77,64); }
div.DivClassName
{
background-color: #334D40;
}
.BgClassName
{
background-color: #334D40;
}
</style>
border-color css
<style>
span { border-color: #334D40; }
span { border-color: rgb(51,77,64); }
td.TdClassName
{
border-color: #334D40;
}
.TagClassName
{
border-color: #334D40;
}
</style>