Shades of Te Papa Green #335346
Tints of Te Papa Green #335346
RGB
CMYK
RGB Variations
Color information
#335346 (or 0x335346) is known color: Te Papa Green. HEX triplet: 33, 53 and 46. RGB value is (51,83,70). Sum of RGB (Red+Green+Blue) = 51+83+70=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #335346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335346 is #CCACB9. Grayscale: #474747. Windows color (decimal): -13413562 or 4608819. OLE color: 4608819.
HSL color Cylindrical-coordinate representation of color #335346: hue angle of 155.62º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #335346 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 83 | 70 | - |
| CMYK | 0.39 | 0 | 0.16 | 0.67 |
| HSL | 155.63º | 0.24% | 0.26% | - |
| HSV(B) | 155.63º | 0.39% | 0.33% | - |
| XYZ | 5.56 | 7.33 | 6.92 | - |
| YUV | 71.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 83 | 70 | 0.39 | 0 | 0.16 | 0.67 | 155.63 | 0.24 | 0.26 |
| Hex | 33 | 53 | 46 | 27 | 0 | 10 | 43 | 9C | 18 | 1A |
| Octal | 63 | 123 | 106 | 47 | 0 | 20 | 103 | 234 | 30 | 32 |
| Binary | 110011 | 1010011 | 1000110 | 100111 | 0 | 10000 | 1000011 | 10011100 | 11000 | 11010 |
Color Harmonies of #335346
Complementary color
Monochromatic Colors of #335346
Black with #335346
Text Example
Text Example
White with #335346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335346; }
p { color: rgb(51,83,70); }
H1.HeaderClassName
{
color: #335346;
}
.AnyTagClassName
{
color: #335346;
}
</style>
background-color css
<style>
a { background-color: #335346; }
a { background-color: rgb(51,83,70); }
div.DivClassName
{
background-color: #335346;
}
.BgClassName
{
background-color: #335346;
}
</style>
border-color css
<style>
span { border-color: #335346; }
span { border-color: rgb(51,83,70); }
td.TdClassName
{
border-color: #335346;
}
.TagClassName
{
border-color: #335346;
}
</style>