Shades of Te Papa Green #334B40
Tints of Te Papa Green #334B40
RGB
CMYK
RGB Variations
Color information
#334B40 (or 0x334B40) is known color: Te Papa Green. HEX triplet: 33, 4B and 40. RGB value is (51,75,64). Sum of RGB (Red+Green+Blue) = 51+75+64=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 75 (29.69% from 255 or 39.47% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 75 - color contains mainly: green. Hex color #334B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334B40 is #CCB4BF. Grayscale: #424242. Windows color (decimal): -13415616 or 4213555. OLE color: 4213555.
HSL color Cylindrical-coordinate representation of color #334B40: hue angle of 152.5º 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 #334B40 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 75 | 64 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.71 |
| HSL | 152.5º | 0.19% | 0.25% | - |
| HSV(B) | 152.5º | 0.32% | 0.29% | - |
| XYZ | 4.81 | 6.11 | 5.78 | - |
| YUV | 66.57 | 126.55 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 64 | 0.32 | 0 | 0.15 | 0.71 | 152.5 | 0.19 | 0.25 |
| Hex | 33 | 4B | 40 | 20 | 0 | F | 47 | 98 | 13 | 19 |
| Octal | 63 | 113 | 100 | 40 | 0 | 17 | 107 | 230 | 23 | 31 |
| Binary | 110011 | 1001011 | 1000000 | 100000 | 0 | 1111 | 1000111 | 10011000 | 10011 | 11001 |
Color Harmonies of #334B40
Complementary color
Monochromatic Colors of #334B40
Black with #334B40
Text Example
Text Example
White with #334B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334B40; }
p { color: rgb(51,75,64); }
H1.HeaderClassName
{
color: #334B40;
}
.AnyTagClassName
{
color: #334B40;
}
</style>
background-color css
<style>
a { background-color: #334B40; }
a { background-color: rgb(51,75,64); }
div.DivClassName
{
background-color: #334B40;
}
.BgClassName
{
background-color: #334B40;
}
</style>
border-color css
<style>
span { border-color: #334B40; }
span { border-color: rgb(51,75,64); }
td.TdClassName
{
border-color: #334B40;
}
.TagClassName
{
border-color: #334B40;
}
</style>