Shades of Te Papa Green #344E46
Tints of Te Papa Green #344E46
RGB
CMYK
RGB Variations
Color information
#344E46 (or 0x344E46) is known color: Te Papa Green. HEX triplet: 34, 4E and 46. RGB value is (52,78,70). Sum of RGB (Red+Green+Blue) = 52+78+70=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 78 (30.86% from 255 or 39% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 78 - color contains mainly: green. Hex color #344E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344E46 is #CBB1B9. Grayscale: #454545. Windows color (decimal): -13349306 or 4607540. OLE color: 4607540.
HSL color Cylindrical-coordinate representation of color #344E46: hue angle of 161.54º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #344E46 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 78 | 70 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.69 |
| HSL | 161.54º | 0.2% | 0.25% | - |
| HSV(B) | 161.54º | 0.33% | 0.31% | - |
| XYZ | 5.25 | 6.62 | 6.8 | - |
| YUV | 69.31 | 128.39 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 70 | 0.33 | 0 | 0.10 | 0.69 | 161.54 | 0.2 | 0.25 |
| Hex | 34 | 4E | 46 | 21 | 0 | A | 45 | A2 | 14 | 19 |
| Octal | 64 | 116 | 106 | 41 | 0 | 12 | 105 | 242 | 24 | 31 |
| Binary | 110100 | 1001110 | 1000110 | 100001 | 0 | 1010 | 1000101 | 10100010 | 10100 | 11001 |
Color Harmonies of #344E46
Complementary color
Monochromatic Colors of #344E46
Black with #344E46
Text Example
Text Example
White with #344E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344E46; }
p { color: rgb(52,78,70); }
H1.HeaderClassName
{
color: #344E46;
}
.AnyTagClassName
{
color: #344E46;
}
</style>
background-color css
<style>
a { background-color: #344E46; }
a { background-color: rgb(52,78,70); }
div.DivClassName
{
background-color: #344E46;
}
.BgClassName
{
background-color: #344E46;
}
</style>
border-color css
<style>
span { border-color: #344E46; }
span { border-color: rgb(52,78,70); }
td.TdClassName
{
border-color: #344E46;
}
.TagClassName
{
border-color: #344E46;
}
</style>