Shades of Te Papa Green #374940
Tints of Te Papa Green #374940
RGB
CMYK
RGB Variations
Color information
#374940 (or 0x374940) is known color: Te Papa Green. HEX triplet: 37, 49 and 40. RGB value is (55,73,64). Sum of RGB (Red+Green+Blue) = 55+73+64=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 73 - color contains mainly: green. Hex color #374940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374940 is #C8B6BF. Grayscale: #424242. Windows color (decimal): -13153984 or 4213047. OLE color: 4213047.
HSL color Cylindrical-coordinate representation of color #374940: hue angle of 150º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #374940 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 73 | 64 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.71 |
| HSL | 150º | 0.14% | 0.25% | - |
| HSV(B) | 150º | 0.25% | 0.29% | - |
| XYZ | 4.88 | 5.95 | 5.74 | - |
| YUV | 66.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 73 | 64 | 0.25 | 0 | 0.12 | 0.71 | 150 | 0.14 | 0.25 |
| Hex | 37 | 49 | 40 | 19 | 0 | C | 47 | 96 | E | 19 |
| Octal | 67 | 111 | 100 | 31 | 0 | 14 | 107 | 226 | 16 | 31 |
| Binary | 110111 | 1001001 | 1000000 | 11001 | 0 | 1100 | 1000111 | 10010110 | 1110 | 11001 |
Color Harmonies of #374940
Complementary color
Monochromatic Colors of #374940
Black with #374940
Text Example
Text Example
White with #374940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374940; }
p { color: rgb(55,73,64); }
H1.HeaderClassName
{
color: #374940;
}
.AnyTagClassName
{
color: #374940;
}
</style>
background-color css
<style>
a { background-color: #374940; }
a { background-color: rgb(55,73,64); }
div.DivClassName
{
background-color: #374940;
}
.BgClassName
{
background-color: #374940;
}
</style>
border-color css
<style>
span { border-color: #374940; }
span { border-color: rgb(55,73,64); }
td.TdClassName
{
border-color: #374940;
}
.TagClassName
{
border-color: #374940;
}
</style>