Shades of Te Papa Green #325249
Tints of Te Papa Green #325249
RGB
CMYK
RGB Variations
Color information
#325249 (or 0x325249) is known color: Te Papa Green. HEX triplet: 32, 52 and 49. RGB value is (50,82,73). Sum of RGB (Red+Green+Blue) = 50+82+73=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 82 - color contains mainly: green. Hex color #325249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325249 is #CDADB6. Grayscale: #474747. Windows color (decimal): -13479351 or 4805170. OLE color: 4805170.
HSL color Cylindrical-coordinate representation of color #325249: hue angle of 163.12º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #325249 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 82 | 73 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.68 |
| HSL | 163.13º | 0.24% | 0.26% | - |
| HSV(B) | 163.13º | 0.39% | 0.32% | - |
| XYZ | 5.54 | 7.19 | 7.4 | - |
| YUV | 71.41 | 128.9 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 82 | 73 | 0.39 | 0 | 0.11 | 0.68 | 163.13 | 0.24 | 0.26 |
| Hex | 32 | 52 | 49 | 27 | 0 | B | 44 | A3 | 18 | 1A |
| Octal | 62 | 122 | 111 | 47 | 0 | 13 | 104 | 243 | 30 | 32 |
| Binary | 110010 | 1010010 | 1001001 | 100111 | 0 | 1011 | 1000100 | 10100011 | 11000 | 11010 |
Color Harmonies of #325249
Complementary color
Monochromatic Colors of #325249
Black with #325249
Text Example
Text Example
White with #325249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325249; }
p { color: rgb(50,82,73); }
H1.HeaderClassName
{
color: #325249;
}
.AnyTagClassName
{
color: #325249;
}
</style>
background-color css
<style>
a { background-color: #325249; }
a { background-color: rgb(50,82,73); }
div.DivClassName
{
background-color: #325249;
}
.BgClassName
{
background-color: #325249;
}
</style>
border-color css
<style>
span { border-color: #325249; }
span { border-color: rgb(50,82,73); }
td.TdClassName
{
border-color: #325249;
}
.TagClassName
{
border-color: #325249;
}
</style>