Shades of Te Papa Green #325344
Tints of Te Papa Green #325344
RGB
CMYK
RGB Variations
Color information
#325344 (or 0x325344) is known color: Te Papa Green. HEX triplet: 32, 53 and 44. RGB value is (50,83,68). Sum of RGB (Red+Green+Blue) = 50+83+68=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 83 - color contains mainly: green. Hex color #325344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325344 is #CDACBB. Grayscale: #474747. Windows color (decimal): -13479100 or 4477746. OLE color: 4477746.
HSL color Cylindrical-coordinate representation of color #325344: hue angle of 152.73º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #325344 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 83 | 68 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.67 |
| HSL | 152.73º | 0.25% | 0.26% | - |
| HSV(B) | 152.73º | 0.4% | 0.33% | - |
| XYZ | 5.45 | 7.28 | 6.59 | - |
| YUV | 71.42 | 126.07 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 68 | 0.40 | 0 | 0.18 | 0.67 | 152.73 | 0.25 | 0.26 |
| Hex | 32 | 53 | 44 | 28 | 0 | 12 | 43 | 99 | 19 | 1A |
| Octal | 62 | 123 | 104 | 50 | 0 | 22 | 103 | 231 | 31 | 32 |
| Binary | 110010 | 1010011 | 1000100 | 101000 | 0 | 10010 | 1000011 | 10011001 | 11001 | 11010 |
Color Harmonies of #325344
Complementary color
Monochromatic Colors of #325344
Black with #325344
Text Example
Text Example
White with #325344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325344; }
p { color: rgb(50,83,68); }
H1.HeaderClassName
{
color: #325344;
}
.AnyTagClassName
{
color: #325344;
}
</style>
background-color css
<style>
a { background-color: #325344; }
a { background-color: rgb(50,83,68); }
div.DivClassName
{
background-color: #325344;
}
.BgClassName
{
background-color: #325344;
}
</style>
border-color css
<style>
span { border-color: #325344; }
span { border-color: rgb(50,83,68); }
td.TdClassName
{
border-color: #325344;
}
.TagClassName
{
border-color: #325344;
}
</style>