Shades of Te Papa Green #344E43
Tints of Te Papa Green #344E43
RGB
CMYK
RGB Variations
Color information
#344E43 (or 0x344E43) is known color: Te Papa Green. HEX triplet: 34, 4E and 43. RGB value is (52,78,67). Sum of RGB (Red+Green+Blue) = 52+78+67=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 78 - color contains mainly: green. Hex color #344E43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344E43 is #CBB1BC. Grayscale: #444444. Windows color (decimal): -13349309 or 4410932. OLE color: 4410932.
HSL color Cylindrical-coordinate representation of color #344E43: hue angle of 154.62º 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 #344E43 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 78 | 67 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.69 |
| HSL | 154.62º | 0.2% | 0.25% | - |
| HSV(B) | 154.62º | 0.33% | 0.31% | - |
| XYZ | 5.15 | 6.58 | 6.31 | - |
| YUV | 68.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 67 | 0.33 | 0 | 0.14 | 0.69 | 154.62 | 0.2 | 0.25 |
| Hex | 34 | 4E | 43 | 21 | 0 | E | 45 | 9B | 14 | 19 |
| Octal | 64 | 116 | 103 | 41 | 0 | 16 | 105 | 233 | 24 | 31 |
| Binary | 110100 | 1001110 | 1000011 | 100001 | 0 | 1110 | 1000101 | 10011011 | 10100 | 11001 |
Color Harmonies of #344E43
Complementary color
Monochromatic Colors of #344E43
Black with #344E43
Text Example
Text Example
White with #344E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344E43; }
p { color: rgb(52,78,67); }
H1.HeaderClassName
{
color: #344E43;
}
.AnyTagClassName
{
color: #344E43;
}
</style>
background-color css
<style>
a { background-color: #344E43; }
a { background-color: rgb(52,78,67); }
div.DivClassName
{
background-color: #344E43;
}
.BgClassName
{
background-color: #344E43;
}
</style>
border-color css
<style>
span { border-color: #344E43; }
span { border-color: rgb(52,78,67); }
td.TdClassName
{
border-color: #344E43;
}
.TagClassName
{
border-color: #344E43;
}
</style>