Shades of Te Papa Green #374641
Tints of Te Papa Green #374641
RGB
CMYK
RGB Variations
Color information
#374641 (or 0x374641) is known color: Te Papa Green. HEX triplet: 37, 46 and 41. RGB value is (55,70,65). Sum of RGB (Red+Green+Blue) = 55+70+65=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 70 - color contains mainly: green. Hex color #374641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374641 is #C8B9BE. Grayscale: #404040. Windows color (decimal): -13154751 or 4277815. OLE color: 4277815.
HSL color Cylindrical-coordinate representation of color #374641: hue angle of 160º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #374641 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 70 | 65 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.73 |
| HSL | 160º | 0.12% | 0.25% | - |
| HSV(B) | 160º | 0.21% | 0.27% | - |
| XYZ | 4.72 | 5.57 | 5.83 | - |
| YUV | 64.95 | 128.03 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 70 | 65 | 0.21 | 0 | 0.07 | 0.73 | 160 | 0.12 | 0.25 |
| Hex | 37 | 46 | 41 | 15 | 0 | 7 | 49 | A0 | C | 19 |
| Octal | 67 | 106 | 101 | 25 | 0 | 7 | 111 | 240 | 14 | 31 |
| Binary | 110111 | 1000110 | 1000001 | 10101 | 0 | 111 | 1001001 | 10100000 | 1100 | 11001 |
Color Harmonies of #374641
Complementary color
Monochromatic Colors of #374641
Black with #374641
Text Example
Text Example
White with #374641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374641; }
p { color: rgb(55,70,65); }
H1.HeaderClassName
{
color: #374641;
}
.AnyTagClassName
{
color: #374641;
}
</style>
background-color css
<style>
a { background-color: #374641; }
a { background-color: rgb(55,70,65); }
div.DivClassName
{
background-color: #374641;
}
.BgClassName
{
background-color: #374641;
}
</style>
border-color css
<style>
span { border-color: #374641; }
span { border-color: rgb(55,70,65); }
td.TdClassName
{
border-color: #374641;
}
.TagClassName
{
border-color: #374641;
}
</style>