Shades of Te Papa Green #335246
Tints of Te Papa Green #335246
RGB
CMYK
RGB Variations
Color information
#335246 (or 0x335246) is known color: Te Papa Green. HEX triplet: 33, 52 and 46. RGB value is (51,82,70). Sum of RGB (Red+Green+Blue) = 51+82+70=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 82 - color contains mainly: green. Hex color #335246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335246 is #CCADB9. Grayscale: #474747. Windows color (decimal): -13413818 or 4608563. OLE color: 4608563.
HSL color Cylindrical-coordinate representation of color #335246: hue angle of 156.77º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #335246 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 82 | 70 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.68 |
| HSL | 156.77º | 0.23% | 0.26% | - |
| HSV(B) | 156.77º | 0.38% | 0.32% | - |
| XYZ | 5.49 | 7.18 | 6.89 | - |
| YUV | 71.36 | 127.23 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 82 | 70 | 0.38 | 0 | 0.15 | 0.68 | 156.77 | 0.23 | 0.26 |
| Hex | 33 | 52 | 46 | 26 | 0 | F | 44 | 9D | 17 | 1A |
| Octal | 63 | 122 | 106 | 46 | 0 | 17 | 104 | 235 | 27 | 32 |
| Binary | 110011 | 1010010 | 1000110 | 100110 | 0 | 1111 | 1000100 | 10011101 | 10111 | 11010 |
Color Harmonies of #335246
Complementary color
Monochromatic Colors of #335246
Black with #335246
Text Example
Text Example
White with #335246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335246; }
p { color: rgb(51,82,70); }
H1.HeaderClassName
{
color: #335246;
}
.AnyTagClassName
{
color: #335246;
}
</style>
background-color css
<style>
a { background-color: #335246; }
a { background-color: rgb(51,82,70); }
div.DivClassName
{
background-color: #335246;
}
.BgClassName
{
background-color: #335246;
}
</style>
border-color css
<style>
span { border-color: #335246; }
span { border-color: rgb(51,82,70); }
td.TdClassName
{
border-color: #335246;
}
.TagClassName
{
border-color: #335246;
}
</style>