Shades of Te Papa Green #354C44
Tints of Te Papa Green #354C44
RGB
CMYK
RGB Variations
Color information
#354C44 (or 0x354C44) is known color: Te Papa Green. HEX triplet: 35, 4C and 44. RGB value is (53,76,68). Sum of RGB (Red+Green+Blue) = 53+76+68=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 76 - color contains mainly: green. Hex color #354C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354C44 is #CAB3BB. Grayscale: #444444. Windows color (decimal): -13284284 or 4475957. OLE color: 4475957.
HSL color Cylindrical-coordinate representation of color #354C44: hue angle of 159.13º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #354C44 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 76 | 68 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.70 |
| HSL | 159.13º | 0.18% | 0.25% | - |
| HSV(B) | 159.13º | 0.3% | 0.3% | - |
| XYZ | 5.1 | 6.34 | 6.42 | - |
| YUV | 68.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 68 | 0.30 | 0 | 0.11 | 0.70 | 159.13 | 0.18 | 0.25 |
| Hex | 35 | 4C | 44 | 1E | 0 | B | 46 | 9F | 12 | 19 |
| Octal | 65 | 114 | 104 | 36 | 0 | 13 | 106 | 237 | 22 | 31 |
| Binary | 110101 | 1001100 | 1000100 | 11110 | 0 | 1011 | 1000110 | 10011111 | 10010 | 11001 |
Color Harmonies of #354C44
Complementary color
Monochromatic Colors of #354C44
Black with #354C44
Text Example
Text Example
White with #354C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354C44; }
p { color: rgb(53,76,68); }
H1.HeaderClassName
{
color: #354C44;
}
.AnyTagClassName
{
color: #354C44;
}
</style>
background-color css
<style>
a { background-color: #354C44; }
a { background-color: rgb(53,76,68); }
div.DivClassName
{
background-color: #354C44;
}
.BgClassName
{
background-color: #354C44;
}
</style>
border-color css
<style>
span { border-color: #354C44; }
span { border-color: rgb(53,76,68); }
td.TdClassName
{
border-color: #354C44;
}
.TagClassName
{
border-color: #354C44;
}
</style>