Shades of Te Papa Green #374740
Tints of Te Papa Green #374740
RGB
CMYK
RGB Variations
Color information
#374740 (or 0x374740) is known color: Te Papa Green. HEX triplet: 37, 47 and 40. RGB value is (55,71,64). Sum of RGB (Red+Green+Blue) = 55+71+64=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 71 - color contains mainly: green. Hex color #374740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374740 is #C8B8BF. Grayscale: #414141. Windows color (decimal): -13154496 or 4212535. OLE color: 4212535.
HSL color Cylindrical-coordinate representation of color #374740: hue angle of 153.75º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #374740 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 55 | 71 | 64 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.72 |
| HSL | 153.75º | 0.13% | 0.25% | - |
| HSV(B) | 153.75º | 0.23% | 0.28% | - |
| XYZ | 4.75 | 5.69 | 5.7 | - |
| YUV | 65.42 | 127.2 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 71 | 64 | 0.23 | 0 | 0.10 | 0.72 | 153.75 | 0.13 | 0.25 |
| Hex | 37 | 47 | 40 | 17 | 0 | A | 48 | 9A | D | 19 |
| Octal | 67 | 107 | 100 | 27 | 0 | 12 | 110 | 232 | 15 | 31 |
| Binary | 110111 | 1000111 | 1000000 | 10111 | 0 | 1010 | 1001000 | 10011010 | 1101 | 11001 |
Color Harmonies of #374740
Complementary color
Monochromatic Colors of #374740
Black with #374740
Text Example
Text Example
White with #374740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374740; }
p { color: rgb(55,71,64); }
H1.HeaderClassName
{
color: #374740;
}
.AnyTagClassName
{
color: #374740;
}
</style>
background-color css
<style>
a { background-color: #374740; }
a { background-color: rgb(55,71,64); }
div.DivClassName
{
background-color: #374740;
}
.BgClassName
{
background-color: #374740;
}
</style>
border-color css
<style>
span { border-color: #374740; }
span { border-color: rgb(55,71,64); }
td.TdClassName
{
border-color: #374740;
}
.TagClassName
{
border-color: #374740;
}
</style>