Shades of Te Papa Green #324C41
Tints of Te Papa Green #324C41
RGB
CMYK
RGB Variations
Color information
#324C41 (or 0x324C41) is known color: Te Papa Green. HEX triplet: 32, 4C and 41. RGB value is (50,76,65). Sum of RGB (Red+Green+Blue) = 50+76+65=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 76 - color contains mainly: green. Hex color #324C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324C41 is #CDB3BE. Grayscale: #424242. Windows color (decimal): -13480895 or 4279346. OLE color: 4279346.
HSL color Cylindrical-coordinate representation of color #324C41: hue angle of 154.62º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #324C41 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 76 | 65 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.70 |
| HSL | 154.62º | 0.21% | 0.25% | - |
| HSV(B) | 154.62º | 0.34% | 0.3% | - |
| XYZ | 4.85 | 6.23 | 5.95 | - |
| YUV | 66.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 76 | 65 | 0.34 | 0 | 0.14 | 0.70 | 154.62 | 0.21 | 0.25 |
| Hex | 32 | 4C | 41 | 22 | 0 | E | 46 | 9B | 15 | 19 |
| Octal | 62 | 114 | 101 | 42 | 0 | 16 | 106 | 233 | 25 | 31 |
| Binary | 110010 | 1001100 | 1000001 | 100010 | 0 | 1110 | 1000110 | 10011011 | 10101 | 11001 |
Color Harmonies of #324C41
Complementary color
Monochromatic Colors of #324C41
Black with #324C41
Text Example
Text Example
White with #324C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324C41; }
p { color: rgb(50,76,65); }
H1.HeaderClassName
{
color: #324C41;
}
.AnyTagClassName
{
color: #324C41;
}
</style>
background-color css
<style>
a { background-color: #324C41; }
a { background-color: rgb(50,76,65); }
div.DivClassName
{
background-color: #324C41;
}
.BgClassName
{
background-color: #324C41;
}
</style>
border-color css
<style>
span { border-color: #324C41; }
span { border-color: rgb(50,76,65); }
td.TdClassName
{
border-color: #324C41;
}
.TagClassName
{
border-color: #324C41;
}
</style>