Shades of Te Papa Green #334B41
Tints of Te Papa Green #334B41
RGB
CMYK
RGB Variations
Color information
#334B41 (or 0x334B41) is known color: Te Papa Green. HEX triplet: 33, 4B and 41. RGB value is (51,75,65). Sum of RGB (Red+Green+Blue) = 51+75+65=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 75 - color contains mainly: green. Hex color #334B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334B41 is #CCB4BE. Grayscale: #424242. Windows color (decimal): -13415615 or 4279091. OLE color: 4279091.
HSL color Cylindrical-coordinate representation of color #334B41: hue angle of 155º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #334B41 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 75 | 65 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.71 |
| HSL | 155º | 0.19% | 0.25% | - |
| HSV(B) | 155º | 0.32% | 0.29% | - |
| XYZ | 4.84 | 6.12 | 5.93 | - |
| YUV | 66.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 65 | 0.32 | 0 | 0.13 | 0.71 | 155 | 0.19 | 0.25 |
| Hex | 33 | 4B | 41 | 20 | 0 | D | 47 | 9B | 13 | 19 |
| Octal | 63 | 113 | 101 | 40 | 0 | 15 | 107 | 233 | 23 | 31 |
| Binary | 110011 | 1001011 | 1000001 | 100000 | 0 | 1101 | 1000111 | 10011011 | 10011 | 11001 |
Color Harmonies of #334B41
Complementary color
Monochromatic Colors of #334B41
Black with #334B41
Text Example
Text Example
White with #334B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334B41; }
p { color: rgb(51,75,65); }
H1.HeaderClassName
{
color: #334B41;
}
.AnyTagClassName
{
color: #334B41;
}
</style>
background-color css
<style>
a { background-color: #334B41; }
a { background-color: rgb(51,75,65); }
div.DivClassName
{
background-color: #334B41;
}
.BgClassName
{
background-color: #334B41;
}
</style>
border-color css
<style>
span { border-color: #334B41; }
span { border-color: rgb(51,75,65); }
td.TdClassName
{
border-color: #334B41;
}
.TagClassName
{
border-color: #334B41;
}
</style>