Shades of Te Papa Green #325242
Tints of Te Papa Green #325242
RGB
CMYK
RGB Variations
Color information
#325242 (or 0x325242) is known color: Te Papa Green. HEX triplet: 32, 52 and 42. RGB value is (50,82,66). Sum of RGB (Red+Green+Blue) = 50+82+66=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 82 - color contains mainly: green. Hex color #325242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325242 is #CDADBD. Grayscale: #464646. Windows color (decimal): -13479358 or 4346418. OLE color: 4346418.
HSL color Cylindrical-coordinate representation of color #325242: hue angle of 150º 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 #325242 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.
Color convert
RGB | 50 | 82 | 66 | - |
CMYK | 0.39 | 0 | 0.20 | 0.68 |
HSL | 150º | 0.24% | 0.26% | - |
HSV(B) | 150º | 0.39% | 0.32% | - |
XYZ | 5.32 | 7.11 | 6.25 | - |
YUV | 70.61 | 125.4 | 113.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 50 | 82 | 66 | 0.39 | 0 | 0.20 | 0.68 | 150 | 0.24 | 0.26 |
Hex | 32 | 52 | 42 | 27 | 0 | 14 | 44 | 96 | 18 | 1A |
Octal | 62 | 122 | 102 | 47 | 0 | 24 | 104 | 226 | 30 | 32 |
Binary | 110010 | 1010010 | 1000010 | 100111 | 0 | 10100 | 1000100 | 10010110 | 11000 | 11010 |
Color Harmonies of #325242
Complementary color
Monochromatic Colors of #325242
Black with #325242
Text Example
Text Example
White with #325242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325242; }
p { color: rgb(50,82,66); }
H1.HeaderClassName
{
color: #325242;
}
.AnyTagClassName
{
color: #325242;
}
</style>
background-color css
<style>
a { background-color: #325242; }
a { background-color: rgb(50,82,66); }
div.DivClassName
{
background-color: #325242;
}
.BgClassName
{
background-color: #325242;
}
</style>
border-color css
<style>
span { border-color: #325242; }
span { border-color: rgb(50,82,66); }
td.TdClassName
{
border-color: #325242;
}
.TagClassName
{
border-color: #325242;
}
</style>