Shades of Te Papa Green #334C3F
Tints of Te Papa Green #334C3F
RGB
CMYK
RGB Variations
Color information
#334C3F (or 0x334C3F) is known color: Te Papa Green. HEX triplet: 33, 4C and 3F. RGB value is (51,76,63). Sum of RGB (Red+Green+Blue) = 51+76+63=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 76 - color contains mainly: green. Hex color #334C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334C3F is #CCB3C0. Grayscale: #434343. Windows color (decimal): -13415361 or 4148275. OLE color: 4148275.
HSL color Cylindrical-coordinate representation of color #334C3F: hue angle of 148.8º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #334C3F is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 76 | 63 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.70 |
| HSL | 148.8º | 0.2% | 0.25% | - |
| HSV(B) | 148.8º | 0.33% | 0.3% | - |
| XYZ | 4.85 | 6.23 | 5.65 | - |
| YUV | 67.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 63 | 0.33 | 0 | 0.17 | 0.70 | 148.8 | 0.2 | 0.25 |
| Hex | 33 | 4C | 3F | 21 | 0 | 11 | 46 | 95 | 14 | 19 |
| Octal | 63 | 114 | 77 | 41 | 0 | 21 | 106 | 225 | 24 | 31 |
| Binary | 110011 | 1001100 | 111111 | 100001 | 0 | 10001 | 1000110 | 10010101 | 10100 | 11001 |
Color Harmonies of #334C3F
Complementary color
Monochromatic Colors of #334C3F
Black with #334C3F
Text Example
Text Example
White with #334C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C3F; }
p { color: rgb(51,76,63); }
H1.HeaderClassName
{
color: #334C3F;
}
.AnyTagClassName
{
color: #334C3F;
}
</style>
background-color css
<style>
a { background-color: #334C3F; }
a { background-color: rgb(51,76,63); }
div.DivClassName
{
background-color: #334C3F;
}
.BgClassName
{
background-color: #334C3F;
}
</style>
border-color css
<style>
span { border-color: #334C3F; }
span { border-color: rgb(51,76,63); }
td.TdClassName
{
border-color: #334C3F;
}
.TagClassName
{
border-color: #334C3F;
}
</style>