Shades of Te Papa Green #345043
Tints of Te Papa Green #345043
RGB
CMYK
RGB Variations
Color information
#345043 (or 0x345043) is known color: Te Papa Green. HEX triplet: 34, 50 and 43. RGB value is (52,80,67). Sum of RGB (Red+Green+Blue) = 52+80+67=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 80 - color contains mainly: green. Hex color #345043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345043 is #CBAFBC. Grayscale: #464646. Windows color (decimal): -13348797 or 4411444. OLE color: 4411444.
HSL color Cylindrical-coordinate representation of color #345043: hue angle of 152.14º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #345043 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 80 | 67 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.69 |
| HSL | 152.14º | 0.21% | 0.26% | - |
| HSV(B) | 152.14º | 0.35% | 0.31% | - |
| XYZ | 5.3 | 6.87 | 6.36 | - |
| YUV | 70.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 80 | 67 | 0.35 | 0 | 0.16 | 0.69 | 152.14 | 0.21 | 0.26 |
| Hex | 34 | 50 | 43 | 23 | 0 | 10 | 45 | 98 | 15 | 1A |
| Octal | 64 | 120 | 103 | 43 | 0 | 20 | 105 | 230 | 25 | 32 |
| Binary | 110100 | 1010000 | 1000011 | 100011 | 0 | 10000 | 1000101 | 10011000 | 10101 | 11010 |
Color Harmonies of #345043
Complementary color
Monochromatic Colors of #345043
Black with #345043
Text Example
Text Example
White with #345043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345043; }
p { color: rgb(52,80,67); }
H1.HeaderClassName
{
color: #345043;
}
.AnyTagClassName
{
color: #345043;
}
</style>
background-color css
<style>
a { background-color: #345043; }
a { background-color: rgb(52,80,67); }
div.DivClassName
{
background-color: #345043;
}
.BgClassName
{
background-color: #345043;
}
</style>
border-color css
<style>
span { border-color: #345043; }
span { border-color: rgb(52,80,67); }
td.TdClassName
{
border-color: #345043;
}
.TagClassName
{
border-color: #345043;
}
</style>