Shades of Te Papa Green #335143
Tints of Te Papa Green #335143
RGB
CMYK
RGB Variations
Color information
#335143 (or 0x335143) is known color: Te Papa Green. HEX triplet: 33, 51 and 43. RGB value is (51,81,67). Sum of RGB (Red+Green+Blue) = 51+81+67=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 81 - color contains mainly: green. Hex color #335143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335143 is #CCAEBC. Grayscale: #464646. Windows color (decimal): -13414077 or 4411699. OLE color: 4411699.
HSL color Cylindrical-coordinate representation of color #335143: hue angle of 152º 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 #335143 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 81 | 67 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.68 |
| HSL | 152º | 0.23% | 0.26% | - |
| HSV(B) | 152º | 0.37% | 0.32% | - |
| XYZ | 5.32 | 6.99 | 6.38 | - |
| YUV | 70.43 | 126.06 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 81 | 67 | 0.37 | 0 | 0.17 | 0.68 | 152 | 0.23 | 0.26 |
| Hex | 33 | 51 | 43 | 25 | 0 | 11 | 44 | 98 | 17 | 1A |
| Octal | 63 | 121 | 103 | 45 | 0 | 21 | 104 | 230 | 27 | 32 |
| Binary | 110011 | 1010001 | 1000011 | 100101 | 0 | 10001 | 1000100 | 10011000 | 10111 | 11010 |
Color Harmonies of #335143
Complementary color
Monochromatic Colors of #335143
Black with #335143
Text Example
Text Example
White with #335143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335143; }
p { color: rgb(51,81,67); }
H1.HeaderClassName
{
color: #335143;
}
.AnyTagClassName
{
color: #335143;
}
</style>
background-color css
<style>
a { background-color: #335143; }
a { background-color: rgb(51,81,67); }
div.DivClassName
{
background-color: #335143;
}
.BgClassName
{
background-color: #335143;
}
</style>
border-color css
<style>
span { border-color: #335143; }
span { border-color: rgb(51,81,67); }
td.TdClassName
{
border-color: #335143;
}
.TagClassName
{
border-color: #335143;
}
</style>