Shades of Te Papa Green #334C45
Tints of Te Papa Green #334C45
RGB
CMYK
RGB Variations
Color information
#334C45 (or 0x334C45) is known color: Te Papa Green. HEX triplet: 33, 4C and 45. RGB value is (51,76,69). Sum of RGB (Red+Green+Blue) = 51+76+69=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 69 (27.34% from 255 or 35.20% from 196); Max value from RGB is 76 - color contains mainly: green. Hex color #334C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334C45 is #CCB3BA. Grayscale: #434343. Windows color (decimal): -13415355 or 4541491. OLE color: 4541491.
HSL color Cylindrical-coordinate representation of color #334C45: hue angle of 163.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 #334C45 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 76 | 69 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.70 |
| HSL | 163.2º | 0.2% | 0.25% | - |
| HSV(B) | 163.2º | 0.33% | 0.3% | - |
| XYZ | 5.02 | 6.3 | 6.58 | - |
| YUV | 67.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 69 | 0.33 | 0 | 0.09 | 0.70 | 163.2 | 0.2 | 0.25 |
| Hex | 33 | 4C | 45 | 21 | 0 | 9 | 46 | A3 | 14 | 19 |
| Octal | 63 | 114 | 105 | 41 | 0 | 11 | 106 | 243 | 24 | 31 |
| Binary | 110011 | 1001100 | 1000101 | 100001 | 0 | 1001 | 1000110 | 10100011 | 10100 | 11001 |
Color Harmonies of #334C45
Complementary color
Monochromatic Colors of #334C45
Black with #334C45
Text Example
Text Example
White with #334C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C45; }
p { color: rgb(51,76,69); }
H1.HeaderClassName
{
color: #334C45;
}
.AnyTagClassName
{
color: #334C45;
}
</style>
background-color css
<style>
a { background-color: #334C45; }
a { background-color: rgb(51,76,69); }
div.DivClassName
{
background-color: #334C45;
}
.BgClassName
{
background-color: #334C45;
}
</style>
border-color css
<style>
span { border-color: #334C45; }
span { border-color: rgb(51,76,69); }
td.TdClassName
{
border-color: #334C45;
}
.TagClassName
{
border-color: #334C45;
}
</style>