Shades of Te Papa Green #34423D
Tints of Te Papa Green #34423D
RGB
CMYK
RGB Variations
Color information
#34423D (or 0x34423D) is known color: Te Papa Green. HEX triplet: 34, 42 and 3D. RGB value is (52,66,61). Sum of RGB (Red+Green+Blue) = 52+66+61=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 66 - color contains mainly: green. Hex color #34423D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34423D is #CBBDC2. Grayscale: #3D3D3D. Windows color (decimal): -13352387 or 4014644. OLE color: 4014644.
HSL color Cylindrical-coordinate representation of color #34423D: hue angle of 158.57º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #34423D is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 66 | 61 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.74 |
| HSL | 158.57º | 0.12% | 0.23% | - |
| HSV(B) | 158.57º | 0.21% | 0.26% | - |
| XYZ | 4.21 | 4.96 | 5.15 | - |
| YUV | 61.24 | 127.86 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 61 | 0.21 | 0 | 0.08 | 0.74 | 158.57 | 0.12 | 0.23 |
| Hex | 34 | 42 | 3D | 15 | 0 | 8 | 4A | 9F | C | 17 |
| Octal | 64 | 102 | 75 | 25 | 0 | 10 | 112 | 237 | 14 | 27 |
| Binary | 110100 | 1000010 | 111101 | 10101 | 0 | 1000 | 1001010 | 10011111 | 1100 | 10111 |
Color Harmonies of #34423D
Complementary color
Monochromatic Colors of #34423D
Black with #34423D
Text Example
Text Example
White with #34423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34423D; }
p { color: rgb(52,66,61); }
H1.HeaderClassName
{
color: #34423D;
}
.AnyTagClassName
{
color: #34423D;
}
</style>
background-color css
<style>
a { background-color: #34423D; }
a { background-color: rgb(52,66,61); }
div.DivClassName
{
background-color: #34423D;
}
.BgClassName
{
background-color: #34423D;
}
</style>
border-color css
<style>
span { border-color: #34423D; }
span { border-color: rgb(52,66,61); }
td.TdClassName
{
border-color: #34423D;
}
.TagClassName
{
border-color: #34423D;
}
</style>