Shades of Te Papa Green #324B42
Tints of Te Papa Green #324B42
RGB
CMYK
RGB Variations
Color information
#324B42 (or 0x324B42) is known color: Te Papa Green. HEX triplet: 32, 4B and 42. RGB value is (50,75,66). Sum of RGB (Red+Green+Blue) = 50+75+66=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 75 - color contains mainly: green. Hex color #324B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324B42 is #CDB4BD. Grayscale: #424242. Windows color (decimal): -13481150 or 4344626. OLE color: 4344626.
HSL color Cylindrical-coordinate representation of color #324B42: hue angle of 158.4º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #324B42 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 75 | 66 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.71 |
| HSL | 158.4º | 0.2% | 0.25% | - |
| HSV(B) | 158.4º | 0.33% | 0.29% | - |
| XYZ | 4.81 | 6.1 | 6.08 | - |
| YUV | 66.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 75 | 66 | 0.33 | 0 | 0.12 | 0.71 | 158.4 | 0.2 | 0.25 |
| Hex | 32 | 4B | 42 | 21 | 0 | C | 47 | 9E | 14 | 19 |
| Octal | 62 | 113 | 102 | 41 | 0 | 14 | 107 | 236 | 24 | 31 |
| Binary | 110010 | 1001011 | 1000010 | 100001 | 0 | 1100 | 1000111 | 10011110 | 10100 | 11001 |
Color Harmonies of #324B42
Complementary color
Monochromatic Colors of #324B42
Black with #324B42
Text Example
Text Example
White with #324B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324B42; }
p { color: rgb(50,75,66); }
H1.HeaderClassName
{
color: #324B42;
}
.AnyTagClassName
{
color: #324B42;
}
</style>
background-color css
<style>
a { background-color: #324B42; }
a { background-color: rgb(50,75,66); }
div.DivClassName
{
background-color: #324B42;
}
.BgClassName
{
background-color: #324B42;
}
</style>
border-color css
<style>
span { border-color: #324B42; }
span { border-color: rgb(50,75,66); }
td.TdClassName
{
border-color: #324B42;
}
.TagClassName
{
border-color: #324B42;
}
</style>