Shades of Te Papa Green #335145
Tints of Te Papa Green #335145
RGB
CMYK
RGB Variations
Color information
#335145 (or 0x335145) is known color: Te Papa Green. HEX triplet: 33, 51 and 45. RGB value is (51,81,69). Sum of RGB (Red+Green+Blue) = 51+81+69=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 81 - color contains mainly: green. Hex color #335145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335145 is #CCAEBA. Grayscale: #464646. Windows color (decimal): -13414075 or 4542771. OLE color: 4542771.
HSL color Cylindrical-coordinate representation of color #335145: hue angle of 156º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #335145 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 81 | 69 | - |
| CMYK | 0.37 | 0 | 0.15 | 0.68 |
| HSL | 156º | 0.23% | 0.26% | - |
| HSV(B) | 156º | 0.37% | 0.32% | - |
| XYZ | 5.38 | 7.02 | 6.7 | - |
| YUV | 70.66 | 127.06 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 81 | 69 | 0.37 | 0 | 0.15 | 0.68 | 156 | 0.23 | 0.26 |
| Hex | 33 | 51 | 45 | 25 | 0 | F | 44 | 9C | 17 | 1A |
| Octal | 63 | 121 | 105 | 45 | 0 | 17 | 104 | 234 | 27 | 32 |
| Binary | 110011 | 1010001 | 1000101 | 100101 | 0 | 1111 | 1000100 | 10011100 | 10111 | 11010 |
Color Harmonies of #335145
Complementary color
Monochromatic Colors of #335145
Black with #335145
Text Example
Text Example
White with #335145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335145; }
p { color: rgb(51,81,69); }
H1.HeaderClassName
{
color: #335145;
}
.AnyTagClassName
{
color: #335145;
}
</style>
background-color css
<style>
a { background-color: #335145; }
a { background-color: rgb(51,81,69); }
div.DivClassName
{
background-color: #335145;
}
.BgClassName
{
background-color: #335145;
}
</style>
border-color css
<style>
span { border-color: #335145; }
span { border-color: rgb(51,81,69); }
td.TdClassName
{
border-color: #335145;
}
.TagClassName
{
border-color: #335145;
}
</style>