Shades of Te Papa Green #345146
Tints of Te Papa Green #345146
RGB
CMYK
RGB Variations
Color information
#345146 (or 0x345146) is known color: Te Papa Green. HEX triplet: 34, 51 and 46. RGB value is (52,81,70). Sum of RGB (Red+Green+Blue) = 52+81+70=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 81 - color contains mainly: green. Hex color #345146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345146 is #CBAEB9. Grayscale: #474747. Windows color (decimal): -13348538 or 4608308. OLE color: 4608308.
HSL color Cylindrical-coordinate representation of color #345146: hue angle of 157.24º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #345146 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 81 | 70 | - |
| CMYK | 0.36 | 0 | 0.14 | 0.68 |
| HSL | 157.24º | 0.22% | 0.26% | - |
| HSV(B) | 157.24º | 0.36% | 0.32% | - |
| XYZ | 5.46 | 7.06 | 6.87 | - |
| YUV | 71.08 | 127.39 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 70 | 0.36 | 0 | 0.14 | 0.68 | 157.24 | 0.22 | 0.26 |
| Hex | 34 | 51 | 46 | 24 | 0 | E | 44 | 9D | 16 | 1A |
| Octal | 64 | 121 | 106 | 44 | 0 | 16 | 104 | 235 | 26 | 32 |
| Binary | 110100 | 1010001 | 1000110 | 100100 | 0 | 1110 | 1000100 | 10011101 | 10110 | 11010 |
Color Harmonies of #345146
Complementary color
Monochromatic Colors of #345146
Black with #345146
Text Example
Text Example
White with #345146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345146; }
p { color: rgb(52,81,70); }
H1.HeaderClassName
{
color: #345146;
}
.AnyTagClassName
{
color: #345146;
}
</style>
background-color css
<style>
a { background-color: #345146; }
a { background-color: rgb(52,81,70); }
div.DivClassName
{
background-color: #345146;
}
.BgClassName
{
background-color: #345146;
}
</style>
border-color css
<style>
span { border-color: #345146; }
span { border-color: rgb(52,81,70); }
td.TdClassName
{
border-color: #345146;
}
.TagClassName
{
border-color: #345146;
}
</style>