Shades of Te Papa Green #344D42
Tints of Te Papa Green #344D42
RGB
CMYK
RGB Variations
Color information
#344D42 (or 0x344D42) is known color: Te Papa Green. HEX triplet: 34, 4D and 42. RGB value is (52,77,66). Sum of RGB (Red+Green+Blue) = 52+77+66=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 77 - color contains mainly: green. Hex color #344D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344D42 is #CBB2BD. Grayscale: #444444. Windows color (decimal): -13349566 or 4345140. OLE color: 4345140.
HSL color Cylindrical-coordinate representation of color #344D42: hue angle of 153.6º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #344D42 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 77 | 66 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.70 |
| HSL | 153.6º | 0.19% | 0.25% | - |
| HSV(B) | 153.6º | 0.32% | 0.3% | - |
| XYZ | 5.05 | 6.43 | 6.13 | - |
| YUV | 68.27 | 126.72 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 77 | 66 | 0.32 | 0 | 0.14 | 0.70 | 153.6 | 0.19 | 0.25 |
| Hex | 34 | 4D | 42 | 20 | 0 | E | 46 | 9A | 13 | 19 |
| Octal | 64 | 115 | 102 | 40 | 0 | 16 | 106 | 232 | 23 | 31 |
| Binary | 110100 | 1001101 | 1000010 | 100000 | 0 | 1110 | 1000110 | 10011010 | 10011 | 11001 |
Color Harmonies of #344D42
Complementary color
Monochromatic Colors of #344D42
Black with #344D42
Text Example
Text Example
White with #344D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344D42; }
p { color: rgb(52,77,66); }
H1.HeaderClassName
{
color: #344D42;
}
.AnyTagClassName
{
color: #344D42;
}
</style>
background-color css
<style>
a { background-color: #344D42; }
a { background-color: rgb(52,77,66); }
div.DivClassName
{
background-color: #344D42;
}
.BgClassName
{
background-color: #344D42;
}
</style>
border-color css
<style>
span { border-color: #344D42; }
span { border-color: rgb(52,77,66); }
td.TdClassName
{
border-color: #344D42;
}
.TagClassName
{
border-color: #344D42;
}
</style>