Shades of Te Papa Green #344C41
Tints of Te Papa Green #344C41
RGB
CMYK
RGB Variations
Color information
#344C41 (or 0x344C41) is known color: Te Papa Green. HEX triplet: 34, 4C and 41. RGB value is (52,76,65). Sum of RGB (Red+Green+Blue) = 52+76+65=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 76 - color contains mainly: green. Hex color #344C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344C41 is #CBB3BE. Grayscale: #434343. Windows color (decimal): -13349823 or 4279348. OLE color: 4279348.
HSL color Cylindrical-coordinate representation of color #344C41: hue angle of 152.5º 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 #344C41 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 76 | 65 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.70 |
| HSL | 152.5º | 0.19% | 0.25% | - |
| HSV(B) | 152.5º | 0.32% | 0.3% | - |
| XYZ | 4.95 | 6.28 | 5.95 | - |
| YUV | 67.57 | 126.55 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 65 | 0.32 | 0 | 0.14 | 0.70 | 152.5 | 0.19 | 0.25 |
| Hex | 34 | 4C | 41 | 20 | 0 | E | 46 | 98 | 13 | 19 |
| Octal | 64 | 114 | 101 | 40 | 0 | 16 | 106 | 230 | 23 | 31 |
| Binary | 110100 | 1001100 | 1000001 | 100000 | 0 | 1110 | 1000110 | 10011000 | 10011 | 11001 |
Color Harmonies of #344C41
Complementary color
Monochromatic Colors of #344C41
Black with #344C41
Text Example
Text Example
White with #344C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344C41; }
p { color: rgb(52,76,65); }
H1.HeaderClassName
{
color: #344C41;
}
.AnyTagClassName
{
color: #344C41;
}
</style>
background-color css
<style>
a { background-color: #344C41; }
a { background-color: rgb(52,76,65); }
div.DivClassName
{
background-color: #344C41;
}
.BgClassName
{
background-color: #344C41;
}
</style>
border-color css
<style>
span { border-color: #344C41; }
span { border-color: rgb(52,76,65); }
td.TdClassName
{
border-color: #344C41;
}
.TagClassName
{
border-color: #344C41;
}
</style>