Shades of Te Papa Green #33463E
Tints of Te Papa Green #33463E
RGB
CMYK
RGB Variations
Color information
#33463E (or 0x33463E) is known color: Te Papa Green. HEX triplet: 33, 46 and 3E. RGB value is (51,70,62). Sum of RGB (Red+Green+Blue) = 51+70+62=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 70 - color contains mainly: green. Hex color #33463E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33463E is #CCB9C1. Grayscale: #3F3F3F. Windows color (decimal): -13416898 or 4081203. OLE color: 4081203.
HSL color Cylindrical-coordinate representation of color #33463E: hue angle of 154.74º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #33463E is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 70 | 62 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.73 |
| HSL | 154.74º | 0.16% | 0.24% | - |
| HSV(B) | 154.74º | 0.27% | 0.27% | - |
| XYZ | 4.42 | 5.43 | 5.37 | - |
| YUV | 63.41 | 127.21 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 70 | 62 | 0.27 | 0 | 0.11 | 0.73 | 154.74 | 0.16 | 0.24 |
| Hex | 33 | 46 | 3E | 1B | 0 | B | 49 | 9B | 10 | 18 |
| Octal | 63 | 106 | 76 | 33 | 0 | 13 | 111 | 233 | 20 | 30 |
| Binary | 110011 | 1000110 | 111110 | 11011 | 0 | 1011 | 1001001 | 10011011 | 10000 | 11000 |
Color Harmonies of #33463E
Complementary color
Monochromatic Colors of #33463E
Black with #33463E
Text Example
Text Example
White with #33463E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33463E; }
p { color: rgb(51,70,62); }
H1.HeaderClassName
{
color: #33463E;
}
.AnyTagClassName
{
color: #33463E;
}
</style>
background-color css
<style>
a { background-color: #33463E; }
a { background-color: rgb(51,70,62); }
div.DivClassName
{
background-color: #33463E;
}
.BgClassName
{
background-color: #33463E;
}
</style>
border-color css
<style>
span { border-color: #33463E; }
span { border-color: rgb(51,70,62); }
td.TdClassName
{
border-color: #33463E;
}
.TagClassName
{
border-color: #33463E;
}
</style>