Shades of Te Papa Green #325148
Tints of Te Papa Green #325148
RGB
CMYK
RGB Variations
Color information
#325148 (or 0x325148) is known color: Te Papa Green. HEX triplet: 32, 51 and 48. RGB value is (50,81,72). Sum of RGB (Red+Green+Blue) = 50+81+72=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 81 - color contains mainly: green. Hex color #325148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325148 is #CDAEB7. Grayscale: #464646. Windows color (decimal): -13479608 or 4739378. OLE color: 4739378.
HSL color Cylindrical-coordinate representation of color #325148: hue angle of 162.58º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #325148 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 81 | 72 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.68 |
| HSL | 162.58º | 0.24% | 0.26% | - |
| HSV(B) | 162.58º | 0.38% | 0.32% | - |
| XYZ | 5.43 | 7.03 | 7.2 | - |
| YUV | 70.71 | 128.73 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 81 | 72 | 0.38 | 0 | 0.11 | 0.68 | 162.58 | 0.24 | 0.26 |
| Hex | 32 | 51 | 48 | 26 | 0 | B | 44 | A3 | 18 | 1A |
| Octal | 62 | 121 | 110 | 46 | 0 | 13 | 104 | 243 | 30 | 32 |
| Binary | 110010 | 1010001 | 1001000 | 100110 | 0 | 1011 | 1000100 | 10100011 | 11000 | 11010 |
Color Harmonies of #325148
Complementary color
Monochromatic Colors of #325148
Black with #325148
Text Example
Text Example
White with #325148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325148; }
p { color: rgb(50,81,72); }
H1.HeaderClassName
{
color: #325148;
}
.AnyTagClassName
{
color: #325148;
}
</style>
background-color css
<style>
a { background-color: #325148; }
a { background-color: rgb(50,81,72); }
div.DivClassName
{
background-color: #325148;
}
.BgClassName
{
background-color: #325148;
}
</style>
border-color css
<style>
span { border-color: #325148; }
span { border-color: rgb(50,81,72); }
td.TdClassName
{
border-color: #325148;
}
.TagClassName
{
border-color: #325148;
}
</style>