Shades of Te Papa Green #334C40
Tints of Te Papa Green #334C40
RGB
CMYK
RGB Variations
Color information
#334C40 (or 0x334C40) is known color: Te Papa Green. HEX triplet: 33, 4C and 40. RGB value is (51,76,64). Sum of RGB (Red+Green+Blue) = 51+76+64=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 76 - color contains mainly: green. Hex color #334C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334C40 is #CCB3BF. Grayscale: #434343. Windows color (decimal): -13415360 or 4213811. OLE color: 4213811.
HSL color Cylindrical-coordinate representation of color #334C40: hue angle of 151.2º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #334C40 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 76 | 64 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.70 |
| HSL | 151.2º | 0.2% | 0.25% | - |
| HSV(B) | 151.2º | 0.33% | 0.3% | - |
| XYZ | 4.88 | 6.24 | 5.8 | - |
| YUV | 67.16 | 126.22 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 64 | 0.33 | 0 | 0.16 | 0.70 | 151.2 | 0.2 | 0.25 |
| Hex | 33 | 4C | 40 | 21 | 0 | 10 | 46 | 97 | 14 | 19 |
| Octal | 63 | 114 | 100 | 41 | 0 | 20 | 106 | 227 | 24 | 31 |
| Binary | 110011 | 1001100 | 1000000 | 100001 | 0 | 10000 | 1000110 | 10010111 | 10100 | 11001 |
Color Harmonies of #334C40
Complementary color
Monochromatic Colors of #334C40
Black with #334C40
Text Example
Text Example
White with #334C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C40; }
p { color: rgb(51,76,64); }
H1.HeaderClassName
{
color: #334C40;
}
.AnyTagClassName
{
color: #334C40;
}
</style>
background-color css
<style>
a { background-color: #334C40; }
a { background-color: rgb(51,76,64); }
div.DivClassName
{
background-color: #334C40;
}
.BgClassName
{
background-color: #334C40;
}
</style>
border-color css
<style>
span { border-color: #334C40; }
span { border-color: rgb(51,76,64); }
td.TdClassName
{
border-color: #334C40;
}
.TagClassName
{
border-color: #334C40;
}
</style>