Shades of Te Papa Green #324B40
Tints of Te Papa Green #324B40
RGB
CMYK
RGB Variations
Color information
#324B40 (or 0x324B40) is known color: Te Papa Green. HEX triplet: 32, 4B and 40. RGB value is (50,75,64). Sum of RGB (Red+Green+Blue) = 50+75+64=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 75 - color contains mainly: green. Hex color #324B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324B40 is #CDB4BF. Grayscale: #424242. Windows color (decimal): -13481152 or 4213554. OLE color: 4213554.
HSL color Cylindrical-coordinate representation of color #324B40: hue angle of 153.6º 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 #324B40 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 75 | 64 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.71 |
| HSL | 153.6º | 0.2% | 0.25% | - |
| HSV(B) | 153.6º | 0.33% | 0.29% | - |
| XYZ | 4.76 | 6.08 | 5.77 | - |
| YUV | 66.27 | 126.72 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 75 | 64 | 0.33 | 0 | 0.15 | 0.71 | 153.6 | 0.2 | 0.25 |
| Hex | 32 | 4B | 40 | 21 | 0 | F | 47 | 9A | 14 | 19 |
| Octal | 62 | 113 | 100 | 41 | 0 | 17 | 107 | 232 | 24 | 31 |
| Binary | 110010 | 1001011 | 1000000 | 100001 | 0 | 1111 | 1000111 | 10011010 | 10100 | 11001 |
Color Harmonies of #324B40
Complementary color
Monochromatic Colors of #324B40
Black with #324B40
Text Example
Text Example
White with #324B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324B40; }
p { color: rgb(50,75,64); }
H1.HeaderClassName
{
color: #324B40;
}
.AnyTagClassName
{
color: #324B40;
}
</style>
background-color css
<style>
a { background-color: #324B40; }
a { background-color: rgb(50,75,64); }
div.DivClassName
{
background-color: #324B40;
}
.BgClassName
{
background-color: #324B40;
}
</style>
border-color css
<style>
span { border-color: #324B40; }
span { border-color: rgb(50,75,64); }
td.TdClassName
{
border-color: #324B40;
}
.TagClassName
{
border-color: #324B40;
}
</style>