Shades of Te Papa Green #344E41
Tints of Te Papa Green #344E41
RGB
CMYK
RGB Variations
Color information
#344E41 (or 0x344E41) is known color: Te Papa Green. HEX triplet: 34, 4E and 41. RGB value is (52,78,65). Sum of RGB (Red+Green+Blue) = 52+78+65=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 78 - color contains mainly: green. Hex color #344E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344E41 is #CBB1BE. Grayscale: #444444. Windows color (decimal): -13349311 or 4279860. OLE color: 4279860.
HSL color Cylindrical-coordinate representation of color #344E41: hue angle of 150º 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 #344E41 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 78 | 65 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.69 |
| HSL | 150º | 0.2% | 0.25% | - |
| HSV(B) | 150º | 0.33% | 0.31% | - |
| XYZ | 5.09 | 6.56 | 6 | - |
| YUV | 68.74 | 125.89 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 65 | 0.33 | 0 | 0.17 | 0.69 | 150 | 0.2 | 0.25 |
| Hex | 34 | 4E | 41 | 21 | 0 | 11 | 45 | 96 | 14 | 19 |
| Octal | 64 | 116 | 101 | 41 | 0 | 21 | 105 | 226 | 24 | 31 |
| Binary | 110100 | 1001110 | 1000001 | 100001 | 0 | 10001 | 1000101 | 10010110 | 10100 | 11001 |
Color Harmonies of #344E41
Complementary color
Monochromatic Colors of #344E41
Black with #344E41
Text Example
Text Example
White with #344E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344E41; }
p { color: rgb(52,78,65); }
H1.HeaderClassName
{
color: #344E41;
}
.AnyTagClassName
{
color: #344E41;
}
</style>
background-color css
<style>
a { background-color: #344E41; }
a { background-color: rgb(52,78,65); }
div.DivClassName
{
background-color: #344E41;
}
.BgClassName
{
background-color: #344E41;
}
</style>
border-color css
<style>
span { border-color: #344E41; }
span { border-color: rgb(52,78,65); }
td.TdClassName
{
border-color: #344E41;
}
.TagClassName
{
border-color: #344E41;
}
</style>