Shades of Te Papa Green #344A42
Tints of Te Papa Green #344A42
RGB
CMYK
RGB Variations
Color information
#344A42 (or 0x344A42) is known color: Te Papa Green. HEX triplet: 34, 4A and 42. RGB value is (52,74,66). Sum of RGB (Red+Green+Blue) = 52+74+66=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 74 (29.30% from 255 or 38.54% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 74 - color contains mainly: green. Hex color #344A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344A42 is #CBB5BD. Grayscale: #424242. Windows color (decimal): -13350334 or 4344372. OLE color: 4344372.
HSL color Cylindrical-coordinate representation of color #344A42: hue angle of 158.18º 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 #344A42 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 74 | 66 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.71 |
| HSL | 158.18º | 0.17% | 0.25% | - |
| HSV(B) | 158.18º | 0.3% | 0.29% | - |
| XYZ | 4.85 | 6.02 | 6.06 | - |
| YUV | 66.51 | 127.71 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 66 | 0.30 | 0 | 0.11 | 0.71 | 158.18 | 0.17 | 0.25 |
| Hex | 34 | 4A | 42 | 1E | 0 | B | 47 | 9E | 11 | 19 |
| Octal | 64 | 112 | 102 | 36 | 0 | 13 | 107 | 236 | 21 | 31 |
| Binary | 110100 | 1001010 | 1000010 | 11110 | 0 | 1011 | 1000111 | 10011110 | 10001 | 11001 |
Color Harmonies of #344A42
Complementary color
Monochromatic Colors of #344A42
Black with #344A42
Text Example
Text Example
White with #344A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344A42; }
p { color: rgb(52,74,66); }
H1.HeaderClassName
{
color: #344A42;
}
.AnyTagClassName
{
color: #344A42;
}
</style>
background-color css
<style>
a { background-color: #344A42; }
a { background-color: rgb(52,74,66); }
div.DivClassName
{
background-color: #344A42;
}
.BgClassName
{
background-color: #344A42;
}
</style>
border-color css
<style>
span { border-color: #344A42; }
span { border-color: rgb(52,74,66); }
td.TdClassName
{
border-color: #344A42;
}
.TagClassName
{
border-color: #344A42;
}
</style>