Shades of Te Papa Green #344A43
Tints of Te Papa Green #344A43
RGB
CMYK
RGB Variations
Color information
#344A43 (or 0x344A43) is known color: Te Papa Green. HEX triplet: 34, 4A and 43. RGB value is (52,74,67). Sum of RGB (Red+Green+Blue) = 52+74+67=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 67 (26.56% from 255 or 34.72% from 193); Max value from RGB is 74 - color contains mainly: green. Hex color #344A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344A43 is #CBB5BC. Grayscale: #424242. Windows color (decimal): -13350333 or 4409908. OLE color: 4409908.
HSL color Cylindrical-coordinate representation of color #344A43: hue angle of 160.91º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #344A43 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 74 | 67 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.71 |
| HSL | 160.91º | 0.17% | 0.25% | - |
| HSV(B) | 160.91º | 0.3% | 0.29% | - |
| XYZ | 4.88 | 6.03 | 6.22 | - |
| YUV | 66.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 67 | 0.30 | 0 | 0.09 | 0.71 | 160.91 | 0.17 | 0.25 |
| Hex | 34 | 4A | 43 | 1E | 0 | 9 | 47 | A1 | 11 | 19 |
| Octal | 64 | 112 | 103 | 36 | 0 | 11 | 107 | 241 | 21 | 31 |
| Binary | 110100 | 1001010 | 1000011 | 11110 | 0 | 1001 | 1000111 | 10100001 | 10001 | 11001 |
Color Harmonies of #344A43
Complementary color
Monochromatic Colors of #344A43
Black with #344A43
Text Example
Text Example
White with #344A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344A43; }
p { color: rgb(52,74,67); }
H1.HeaderClassName
{
color: #344A43;
}
.AnyTagClassName
{
color: #344A43;
}
</style>
background-color css
<style>
a { background-color: #344A43; }
a { background-color: rgb(52,74,67); }
div.DivClassName
{
background-color: #344A43;
}
.BgClassName
{
background-color: #344A43;
}
</style>
border-color css
<style>
span { border-color: #344A43; }
span { border-color: rgb(52,74,67); }
td.TdClassName
{
border-color: #344A43;
}
.TagClassName
{
border-color: #344A43;
}
</style>