Shades of Te Papa Green #35463F
Tints of Te Papa Green #35463F
RGB
CMYK
RGB Variations
Color information
#35463F (or 0x35463F) is known color: Te Papa Green. HEX triplet: 35, 46 and 3F. RGB value is (53,70,63). Sum of RGB (Red+Green+Blue) = 53+70+63=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 70 - color contains mainly: green. Hex color #35463F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35463F is #CAB9C0. Grayscale: #404040. Windows color (decimal): -13285825 or 4146741. OLE color: 4146741.
HSL color Cylindrical-coordinate representation of color #35463F: hue angle of 155.29º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #35463F is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 70 | 63 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.73 |
| HSL | 155.29º | 0.14% | 0.24% | - |
| HSV(B) | 155.29º | 0.24% | 0.27% | - |
| XYZ | 4.56 | 5.5 | 5.52 | - |
| YUV | 64.12 | 127.37 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 70 | 63 | 0.24 | 0 | 0.10 | 0.73 | 155.29 | 0.14 | 0.24 |
| Hex | 35 | 46 | 3F | 18 | 0 | A | 49 | 9B | E | 18 |
| Octal | 65 | 106 | 77 | 30 | 0 | 12 | 111 | 233 | 16 | 30 |
| Binary | 110101 | 1000110 | 111111 | 11000 | 0 | 1010 | 1001001 | 10011011 | 1110 | 11000 |
Color Harmonies of #35463F
Complementary color
Monochromatic Colors of #35463F
Black with #35463F
Text Example
Text Example
White with #35463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35463F; }
p { color: rgb(53,70,63); }
H1.HeaderClassName
{
color: #35463F;
}
.AnyTagClassName
{
color: #35463F;
}
</style>
background-color css
<style>
a { background-color: #35463F; }
a { background-color: rgb(53,70,63); }
div.DivClassName
{
background-color: #35463F;
}
.BgClassName
{
background-color: #35463F;
}
</style>
border-color css
<style>
span { border-color: #35463F; }
span { border-color: rgb(53,70,63); }
td.TdClassName
{
border-color: #35463F;
}
.TagClassName
{
border-color: #35463F;
}
</style>