Shades of Te Papa Green #354B40
Tints of Te Papa Green #354B40
RGB
CMYK
RGB Variations
Color information
#354B40 (or 0x354B40) is known color: Te Papa Green. HEX triplet: 35, 4B and 40. RGB value is (53,75,64). Sum of RGB (Red+Green+Blue) = 53+75+64=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 75 - color contains mainly: green. Hex color #354B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B40 is #CAB4BF. Grayscale: #434343. Windows color (decimal): -13284544 or 4213557. OLE color: 4213557.
HSL color Cylindrical-coordinate representation of color #354B40: hue angle of 150º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #354B40 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 75 | 64 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.71 |
| HSL | 150º | 0.17% | 0.25% | - |
| HSV(B) | 150º | 0.29% | 0.29% | - |
| XYZ | 4.91 | 6.16 | 5.78 | - |
| YUV | 67.17 | 126.21 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 64 | 0.29 | 0 | 0.15 | 0.71 | 150 | 0.17 | 0.25 |
| Hex | 35 | 4B | 40 | 1D | 0 | F | 47 | 96 | 11 | 19 |
| Octal | 65 | 113 | 100 | 35 | 0 | 17 | 107 | 226 | 21 | 31 |
| Binary | 110101 | 1001011 | 1000000 | 11101 | 0 | 1111 | 1000111 | 10010110 | 10001 | 11001 |
Color Harmonies of #354B40
Complementary color
Monochromatic Colors of #354B40
Black with #354B40
Text Example
Text Example
White with #354B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354B40; }
p { color: rgb(53,75,64); }
H1.HeaderClassName
{
color: #354B40;
}
.AnyTagClassName
{
color: #354B40;
}
</style>
background-color css
<style>
a { background-color: #354B40; }
a { background-color: rgb(53,75,64); }
div.DivClassName
{
background-color: #354B40;
}
.BgClassName
{
background-color: #354B40;
}
</style>
border-color css
<style>
span { border-color: #354B40; }
span { border-color: rgb(53,75,64); }
td.TdClassName
{
border-color: #354B40;
}
.TagClassName
{
border-color: #354B40;
}
</style>