Shades of Te Papa Green #334940
Tints of Te Papa Green #334940
RGB
CMYK
RGB Variations
Color information
#334940 (or 0x334940) is known color: Te Papa Green. HEX triplet: 33, 49 and 40. RGB value is (51,73,64). Sum of RGB (Red+Green+Blue) = 51+73+64=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 73 - color contains mainly: green. Hex color #334940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334940 is #CCB6BF. Grayscale: #414141. Windows color (decimal): -13416128 or 4213043. OLE color: 4213043.
HSL color Cylindrical-coordinate representation of color #334940: hue angle of 155.45º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #334940 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 73 | 64 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.71 |
| HSL | 155.45º | 0.18% | 0.24% | - |
| HSV(B) | 155.45º | 0.3% | 0.29% | - |
| XYZ | 4.67 | 5.84 | 5.73 | - |
| YUV | 65.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 64 | 0.30 | 0 | 0.12 | 0.71 | 155.45 | 0.18 | 0.24 |
| Hex | 33 | 49 | 40 | 1E | 0 | C | 47 | 9B | 12 | 18 |
| Octal | 63 | 111 | 100 | 36 | 0 | 14 | 107 | 233 | 22 | 30 |
| Binary | 110011 | 1001001 | 1000000 | 11110 | 0 | 1100 | 1000111 | 10011011 | 10010 | 11000 |
Color Harmonies of #334940
Complementary color
Monochromatic Colors of #334940
Black with #334940
Text Example
Text Example
White with #334940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334940; }
p { color: rgb(51,73,64); }
H1.HeaderClassName
{
color: #334940;
}
.AnyTagClassName
{
color: #334940;
}
</style>
background-color css
<style>
a { background-color: #334940; }
a { background-color: rgb(51,73,64); }
div.DivClassName
{
background-color: #334940;
}
.BgClassName
{
background-color: #334940;
}
</style>
border-color css
<style>
span { border-color: #334940; }
span { border-color: rgb(51,73,64); }
td.TdClassName
{
border-color: #334940;
}
.TagClassName
{
border-color: #334940;
}
</style>