Shades of Te Papa Green #37423E
Tints of Te Papa Green #37423E
RGB
CMYK
RGB Variations
Color information
#37423E (or 0x37423E) is known color: Te Papa Green. HEX triplet: 37, 42 and 3E. RGB value is (55,66,62). Sum of RGB (Red+Green+Blue) = 55+66+62=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 66 - color contains mainly: green. Hex color #37423E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37423E is #C8BDC1. Grayscale: #3E3E3E. Windows color (decimal): -13155778 or 4080183. OLE color: 4080183.
HSL color Cylindrical-coordinate representation of color #37423E: hue angle of 158.18º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #37423E is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 55 | 66 | 62 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.74 |
| HSL | 158.18º | 0.09% | 0.24% | - |
| HSV(B) | 158.18º | 0.17% | 0.26% | - |
| XYZ | 4.39 | 5.06 | 5.3 | - |
| YUV | 62.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 66 | 62 | 0.17 | 0 | 0.06 | 0.74 | 158.18 | 0.09 | 0.24 |
| Hex | 37 | 42 | 3E | 11 | 0 | 6 | 4A | 9E | 9 | 18 |
| Octal | 67 | 102 | 76 | 21 | 0 | 6 | 112 | 236 | 11 | 30 |
| Binary | 110111 | 1000010 | 111110 | 10001 | 0 | 110 | 1001010 | 10011110 | 1001 | 11000 |
Color Harmonies of #37423E
Complementary color
Monochromatic Colors of #37423E
Black with #37423E
Text Example
Text Example
White with #37423E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37423E; }
p { color: rgb(55,66,62); }
H1.HeaderClassName
{
color: #37423E;
}
.AnyTagClassName
{
color: #37423E;
}
</style>
background-color css
<style>
a { background-color: #37423E; }
a { background-color: rgb(55,66,62); }
div.DivClassName
{
background-color: #37423E;
}
.BgClassName
{
background-color: #37423E;
}
</style>
border-color css
<style>
span { border-color: #37423E; }
span { border-color: rgb(55,66,62); }
td.TdClassName
{
border-color: #37423E;
}
.TagClassName
{
border-color: #37423E;
}
</style>