Shades of Te Papa Green #35473F
Tints of Te Papa Green #35473F
RGB
CMYK
RGB Variations
Color information
#35473F (or 0x35473F) is known color: Te Papa Green. HEX triplet: 35, 47 and 3F. RGB value is (53,71,63). Sum of RGB (Red+Green+Blue) = 53+71+63=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 71 - color contains mainly: green. Hex color #35473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35473F is #CAB8C0. Grayscale: #404040. Windows color (decimal): -13285569 or 4146997. OLE color: 4146997.
HSL color Cylindrical-coordinate representation of color #35473F: hue angle of 153.33º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #35473F is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 71 | 63 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.72 |
| HSL | 153.33º | 0.15% | 0.24% | - |
| HSV(B) | 153.33º | 0.25% | 0.28% | - |
| XYZ | 4.62 | 5.62 | 5.54 | - |
| YUV | 64.71 | 127.04 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 71 | 63 | 0.25 | 0 | 0.11 | 0.72 | 153.33 | 0.15 | 0.24 |
| Hex | 35 | 47 | 3F | 19 | 0 | B | 48 | 99 | F | 18 |
| Octal | 65 | 107 | 77 | 31 | 0 | 13 | 110 | 231 | 17 | 30 |
| Binary | 110101 | 1000111 | 111111 | 11001 | 0 | 1011 | 1001000 | 10011001 | 1111 | 11000 |
Color Harmonies of #35473F
Complementary color
Monochromatic Colors of #35473F
Black with #35473F
Text Example
Text Example
White with #35473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35473F; }
p { color: rgb(53,71,63); }
H1.HeaderClassName
{
color: #35473F;
}
.AnyTagClassName
{
color: #35473F;
}
</style>
background-color css
<style>
a { background-color: #35473F; }
a { background-color: rgb(53,71,63); }
div.DivClassName
{
background-color: #35473F;
}
.BgClassName
{
background-color: #35473F;
}
</style>
border-color css
<style>
span { border-color: #35473F; }
span { border-color: rgb(53,71,63); }
td.TdClassName
{
border-color: #35473F;
}
.TagClassName
{
border-color: #35473F;
}
</style>