Shades of Te Papa Green #334A43
Tints of Te Papa Green #334A43
RGB
CMYK
RGB Variations
Color information
#334A43 (or 0x334A43) is known color: Te Papa Green. HEX triplet: 33, 4A and 43. RGB value is (51,74,67). Sum of RGB (Red+Green+Blue) = 51+74+67=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 74 (29.30% from 255 or 38.54% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 74 - color contains mainly: green. Hex color #334A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334A43 is #CCB5BC. Grayscale: #424242. Windows color (decimal): -13415869 or 4409907. OLE color: 4409907.
HSL color Cylindrical-coordinate representation of color #334A43: hue angle of 161.74º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #334A43 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 74 | 67 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.71 |
| HSL | 161.74º | 0.18% | 0.25% | - |
| HSV(B) | 161.74º | 0.31% | 0.29% | - |
| XYZ | 4.83 | 6.01 | 6.22 | - |
| YUV | 66.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 67 | 0.31 | 0 | 0.09 | 0.71 | 161.74 | 0.18 | 0.25 |
| Hex | 33 | 4A | 43 | 1F | 0 | 9 | 47 | A2 | 12 | 19 |
| Octal | 63 | 112 | 103 | 37 | 0 | 11 | 107 | 242 | 22 | 31 |
| Binary | 110011 | 1001010 | 1000011 | 11111 | 0 | 1001 | 1000111 | 10100010 | 10010 | 11001 |
Color Harmonies of #334A43
Complementary color
Monochromatic Colors of #334A43
Black with #334A43
Text Example
Text Example
White with #334A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334A43; }
p { color: rgb(51,74,67); }
H1.HeaderClassName
{
color: #334A43;
}
.AnyTagClassName
{
color: #334A43;
}
</style>
background-color css
<style>
a { background-color: #334A43; }
a { background-color: rgb(51,74,67); }
div.DivClassName
{
background-color: #334A43;
}
.BgClassName
{
background-color: #334A43;
}
</style>
border-color css
<style>
span { border-color: #334A43; }
span { border-color: rgb(51,74,67); }
td.TdClassName
{
border-color: #334A43;
}
.TagClassName
{
border-color: #334A43;
}
</style>