Shades of Te Papa Green #34483F
Tints of Te Papa Green #34483F
RGB
CMYK
RGB Variations
Color information
#34483F (or 0x34483F) is known color: Te Papa Green. HEX triplet: 34, 48 and 3F. RGB value is (52,72,63). Sum of RGB (Red+Green+Blue) = 52+72+63=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 72 - color contains mainly: green. Hex color #34483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34483F is #CBB7C0. Grayscale: #414141. Windows color (decimal): -13350849 or 4147252. OLE color: 4147252.
HSL color Cylindrical-coordinate representation of color #34483F: hue angle of 153º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #34483F is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 72 | 63 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.72 |
| HSL | 153º | 0.16% | 0.24% | - |
| HSV(B) | 153º | 0.28% | 0.28% | - |
| XYZ | 4.63 | 5.72 | 5.56 | - |
| YUV | 64.99 | 126.87 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 72 | 63 | 0.28 | 0 | 0.12 | 0.72 | 153 | 0.16 | 0.24 |
| Hex | 34 | 48 | 3F | 1C | 0 | C | 48 | 99 | 10 | 18 |
| Octal | 64 | 110 | 77 | 34 | 0 | 14 | 110 | 231 | 20 | 30 |
| Binary | 110100 | 1001000 | 111111 | 11100 | 0 | 1100 | 1001000 | 10011001 | 10000 | 11000 |
Color Harmonies of #34483F
Complementary color
Monochromatic Colors of #34483F
Black with #34483F
Text Example
Text Example
White with #34483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34483F; }
p { color: rgb(52,72,63); }
H1.HeaderClassName
{
color: #34483F;
}
.AnyTagClassName
{
color: #34483F;
}
</style>
background-color css
<style>
a { background-color: #34483F; }
a { background-color: rgb(52,72,63); }
div.DivClassName
{
background-color: #34483F;
}
.BgClassName
{
background-color: #34483F;
}
</style>
border-color css
<style>
span { border-color: #34483F; }
span { border-color: rgb(52,72,63); }
td.TdClassName
{
border-color: #34483F;
}
.TagClassName
{
border-color: #34483F;
}
</style>