Shades of Te Papa Green #35483F
Tints of Te Papa Green #35483F
RGB
CMYK
RGB Variations
Color information
#35483F (or 0x35483F) is known color: Te Papa Green. HEX triplet: 35, 48 and 3F. RGB value is (53,72,63). Sum of RGB (Red+Green+Blue) = 53+72+63=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 72 - color contains mainly: green. Hex color #35483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35483F is #CAB7C0. Grayscale: #414141. Windows color (decimal): -13285313 or 4147253. OLE color: 4147253.
HSL color Cylindrical-coordinate representation of color #35483F: hue angle of 151.58º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #35483F is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 72 | 63 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.72 |
| HSL | 151.58º | 0.15% | 0.25% | - |
| HSV(B) | 151.58º | 0.26% | 0.28% | - |
| XYZ | 4.68 | 5.75 | 5.57 | - |
| YUV | 65.29 | 126.71 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 72 | 63 | 0.26 | 0 | 0.12 | 0.72 | 151.58 | 0.15 | 0.25 |
| Hex | 35 | 48 | 3F | 1A | 0 | C | 48 | 98 | F | 19 |
| Octal | 65 | 110 | 77 | 32 | 0 | 14 | 110 | 230 | 17 | 31 |
| Binary | 110101 | 1001000 | 111111 | 11010 | 0 | 1100 | 1001000 | 10011000 | 1111 | 11001 |
Color Harmonies of #35483F
Complementary color
Monochromatic Colors of #35483F
Black with #35483F
Text Example
Text Example
White with #35483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35483F; }
p { color: rgb(53,72,63); }
H1.HeaderClassName
{
color: #35483F;
}
.AnyTagClassName
{
color: #35483F;
}
</style>
background-color css
<style>
a { background-color: #35483F; }
a { background-color: rgb(53,72,63); }
div.DivClassName
{
background-color: #35483F;
}
.BgClassName
{
background-color: #35483F;
}
</style>
border-color css
<style>
span { border-color: #35483F; }
span { border-color: rgb(53,72,63); }
td.TdClassName
{
border-color: #35483F;
}
.TagClassName
{
border-color: #35483F;
}
</style>