Shades of Te Papa Green #334E46
Tints of Te Papa Green #334E46
RGB
CMYK
RGB Variations
Color information
#334E46 (or 0x334E46) is known color: Te Papa Green. HEX triplet: 33, 4E and 46. RGB value is (51,78,70). Sum of RGB (Red+Green+Blue) = 51+78+70=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 78 - color contains mainly: green. Hex color #334E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334E46 is #CCB1B9. Grayscale: #454545. Windows color (decimal): -13414842 or 4607539. OLE color: 4607539.
HSL color Cylindrical-coordinate representation of color #334E46: hue angle of 162.22º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #334E46 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 78 | 70 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.69 |
| HSL | 162.22º | 0.21% | 0.25% | - |
| HSV(B) | 162.22º | 0.35% | 0.31% | - |
| XYZ | 5.2 | 6.59 | 6.79 | - |
| YUV | 69.02 | 128.55 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 78 | 70 | 0.35 | 0 | 0.10 | 0.69 | 162.22 | 0.21 | 0.25 |
| Hex | 33 | 4E | 46 | 23 | 0 | A | 45 | A2 | 15 | 19 |
| Octal | 63 | 116 | 106 | 43 | 0 | 12 | 105 | 242 | 25 | 31 |
| Binary | 110011 | 1001110 | 1000110 | 100011 | 0 | 1010 | 1000101 | 10100010 | 10101 | 11001 |
Color Harmonies of #334E46
Complementary color
Monochromatic Colors of #334E46
Black with #334E46
Text Example
Text Example
White with #334E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334E46; }
p { color: rgb(51,78,70); }
H1.HeaderClassName
{
color: #334E46;
}
.AnyTagClassName
{
color: #334E46;
}
</style>
background-color css
<style>
a { background-color: #334E46; }
a { background-color: rgb(51,78,70); }
div.DivClassName
{
background-color: #334E46;
}
.BgClassName
{
background-color: #334E46;
}
</style>
border-color css
<style>
span { border-color: #334E46; }
span { border-color: rgb(51,78,70); }
td.TdClassName
{
border-color: #334E46;
}
.TagClassName
{
border-color: #334E46;
}
</style>