Shades of Te Papa Green #354943
Tints of Te Papa Green #354943
RGB
CMYK
RGB Variations
Color information
#354943 (or 0x354943) is known color: Te Papa Green. HEX triplet: 35, 49 and 43. RGB value is (53,73,67). Sum of RGB (Red+Green+Blue) = 53+73+67=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 67 (26.56% from 255 or 34.72% from 193); Max value from RGB is 73 - color contains mainly: green. Hex color #354943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354943 is #CAB6BC. Grayscale: #424242. Windows color (decimal): -13285053 or 4409653. OLE color: 4409653.
HSL color Cylindrical-coordinate representation of color #354943: hue angle of 162º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #354943 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 73 | 67 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.71 |
| HSL | 162º | 0.16% | 0.25% | - |
| HSV(B) | 162º | 0.27% | 0.29% | - |
| XYZ | 4.86 | 5.93 | 6.2 | - |
| YUV | 66.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 73 | 67 | 0.27 | 0 | 0.08 | 0.71 | 162 | 0.16 | 0.25 |
| Hex | 35 | 49 | 43 | 1B | 0 | 8 | 47 | A2 | 10 | 19 |
| Octal | 65 | 111 | 103 | 33 | 0 | 10 | 107 | 242 | 20 | 31 |
| Binary | 110101 | 1001001 | 1000011 | 11011 | 0 | 1000 | 1000111 | 10100010 | 10000 | 11001 |
Color Harmonies of #354943
Complementary color
Monochromatic Colors of #354943
Black with #354943
Text Example
Text Example
White with #354943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354943; }
p { color: rgb(53,73,67); }
H1.HeaderClassName
{
color: #354943;
}
.AnyTagClassName
{
color: #354943;
}
</style>
background-color css
<style>
a { background-color: #354943; }
a { background-color: rgb(53,73,67); }
div.DivClassName
{
background-color: #354943;
}
.BgClassName
{
background-color: #354943;
}
</style>
border-color css
<style>
span { border-color: #354943; }
span { border-color: rgb(53,73,67); }
td.TdClassName
{
border-color: #354943;
}
.TagClassName
{
border-color: #354943;
}
</style>