Shades of Te Papa Green #345144
Tints of Te Papa Green #345144
RGB
CMYK
RGB Variations
Color information
#345144 (or 0x345144) is known color: Te Papa Green. HEX triplet: 34, 51 and 44. RGB value is (52,81,68). Sum of RGB (Red+Green+Blue) = 52+81+68=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 81 - color contains mainly: green. Hex color #345144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345144 is #CBAEBB. Grayscale: #464646. Windows color (decimal): -13348540 or 4477236. OLE color: 4477236.
HSL color Cylindrical-coordinate representation of color #345144: hue angle of 153.1º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #345144 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 81 | 68 | - |
| CMYK | 0.36 | 0 | 0.16 | 0.68 |
| HSL | 153.1º | 0.22% | 0.26% | - |
| HSV(B) | 153.1º | 0.36% | 0.32% | - |
| XYZ | 5.4 | 7.03 | 6.54 | - |
| YUV | 70.85 | 126.39 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 68 | 0.36 | 0 | 0.16 | 0.68 | 153.1 | 0.22 | 0.26 |
| Hex | 34 | 51 | 44 | 24 | 0 | 10 | 44 | 99 | 16 | 1A |
| Octal | 64 | 121 | 104 | 44 | 0 | 20 | 104 | 231 | 26 | 32 |
| Binary | 110100 | 1010001 | 1000100 | 100100 | 0 | 10000 | 1000100 | 10011001 | 10110 | 11010 |
Color Harmonies of #345144
Complementary color
Monochromatic Colors of #345144
Black with #345144
Text Example
Text Example
White with #345144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345144; }
p { color: rgb(52,81,68); }
H1.HeaderClassName
{
color: #345144;
}
.AnyTagClassName
{
color: #345144;
}
</style>
background-color css
<style>
a { background-color: #345144; }
a { background-color: rgb(52,81,68); }
div.DivClassName
{
background-color: #345144;
}
.BgClassName
{
background-color: #345144;
}
</style>
border-color css
<style>
span { border-color: #345144; }
span { border-color: rgb(52,81,68); }
td.TdClassName
{
border-color: #345144;
}
.TagClassName
{
border-color: #345144;
}
</style>