Shades of Te Papa Green #334D45
Tints of Te Papa Green #334D45
RGB
CMYK
RGB Variations
Color information
#334D45 (or 0x334D45) is known color: Te Papa Green. HEX triplet: 33, 4D and 45. RGB value is (51,77,69). Sum of RGB (Red+Green+Blue) = 51+77+69=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 77 - color contains mainly: green. Hex color #334D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334D45 is #CCB2BA. Grayscale: #444444. Windows color (decimal): -13415099 or 4541747. OLE color: 4541747.
HSL color Cylindrical-coordinate representation of color #334D45: hue angle of 161.54º 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 #334D45 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 77 | 69 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.70 |
| HSL | 161.54º | 0.2% | 0.25% | - |
| HSV(B) | 161.54º | 0.34% | 0.3% | - |
| XYZ | 5.09 | 6.44 | 6.61 | - |
| YUV | 68.31 | 128.39 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 69 | 0.34 | 0 | 0.10 | 0.70 | 161.54 | 0.2 | 0.25 |
| Hex | 33 | 4D | 45 | 22 | 0 | A | 46 | A2 | 14 | 19 |
| Octal | 63 | 115 | 105 | 42 | 0 | 12 | 106 | 242 | 24 | 31 |
| Binary | 110011 | 1001101 | 1000101 | 100010 | 0 | 1010 | 1000110 | 10100010 | 10100 | 11001 |
Color Harmonies of #334D45
Complementary color
Monochromatic Colors of #334D45
Black with #334D45
Text Example
Text Example
White with #334D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334D45; }
p { color: rgb(51,77,69); }
H1.HeaderClassName
{
color: #334D45;
}
.AnyTagClassName
{
color: #334D45;
}
</style>
background-color css
<style>
a { background-color: #334D45; }
a { background-color: rgb(51,77,69); }
div.DivClassName
{
background-color: #334D45;
}
.BgClassName
{
background-color: #334D45;
}
</style>
border-color css
<style>
span { border-color: #334D45; }
span { border-color: rgb(51,77,69); }
td.TdClassName
{
border-color: #334D45;
}
.TagClassName
{
border-color: #334D45;
}
</style>