Shades of Te Papa Green #354E45
Tints of Te Papa Green #354E45
RGB
CMYK
RGB Variations
Color information
#354E45 (or 0x354E45) is known color: Te Papa Green. HEX triplet: 35, 4E and 45. RGB value is (53,78,69). Sum of RGB (Red+Green+Blue) = 53+78+69=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 78 (30.86% from 255 or 39% from 200); Blue value is 69 (27.34% from 255 or 34.5% from 200); Max value from RGB is 78 - color contains mainly: green. Hex color #354E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354E45 is #CAB1BA. Grayscale: #454545. Windows color (decimal): -13283771 or 4542005. OLE color: 4542005.
HSL color Cylindrical-coordinate representation of color #354E45: hue angle of 158.4º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #354E45 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 78 | 69 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.69 |
| HSL | 158.4º | 0.19% | 0.26% | - |
| HSV(B) | 158.4º | 0.32% | 0.31% | - |
| XYZ | 5.27 | 6.64 | 6.63 | - |
| YUV | 69.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 78 | 69 | 0.32 | 0 | 0.12 | 0.69 | 158.4 | 0.19 | 0.26 |
| Hex | 35 | 4E | 45 | 20 | 0 | C | 45 | 9E | 13 | 1A |
| Octal | 65 | 116 | 105 | 40 | 0 | 14 | 105 | 236 | 23 | 32 |
| Binary | 110101 | 1001110 | 1000101 | 100000 | 0 | 1100 | 1000101 | 10011110 | 10011 | 11010 |
Color Harmonies of #354E45
Complementary color
Monochromatic Colors of #354E45
Black with #354E45
Text Example
Text Example
White with #354E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354E45; }
p { color: rgb(53,78,69); }
H1.HeaderClassName
{
color: #354E45;
}
.AnyTagClassName
{
color: #354E45;
}
</style>
background-color css
<style>
a { background-color: #354E45; }
a { background-color: rgb(53,78,69); }
div.DivClassName
{
background-color: #354E45;
}
.BgClassName
{
background-color: #354E45;
}
</style>
border-color css
<style>
span { border-color: #354E45; }
span { border-color: rgb(53,78,69); }
td.TdClassName
{
border-color: #354E45;
}
.TagClassName
{
border-color: #354E45;
}
</style>