Shades of Te Papa Green #364A42
Tints of Te Papa Green #364A42
RGB
CMYK
RGB Variations
Color information
#364A42 (or 0x364A42) is known color: Te Papa Green. HEX triplet: 36, 4A and 42. RGB value is (54,74,66). Sum of RGB (Red+Green+Blue) = 54+74+66=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 74 - color contains mainly: green. Hex color #364A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364A42 is #C9B5BD. Grayscale: #434343. Windows color (decimal): -13219262 or 4344374. OLE color: 4344374.
HSL color Cylindrical-coordinate representation of color #364A42: hue angle of 156º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #364A42 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 74 | 66 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.71 |
| HSL | 156º | 0.16% | 0.25% | - |
| HSV(B) | 156º | 0.27% | 0.29% | - |
| XYZ | 4.95 | 6.08 | 6.07 | - |
| YUV | 67.11 | 127.37 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 74 | 66 | 0.27 | 0 | 0.11 | 0.71 | 156 | 0.16 | 0.25 |
| Hex | 36 | 4A | 42 | 1B | 0 | B | 47 | 9C | 10 | 19 |
| Octal | 66 | 112 | 102 | 33 | 0 | 13 | 107 | 234 | 20 | 31 |
| Binary | 110110 | 1001010 | 1000010 | 11011 | 0 | 1011 | 1000111 | 10011100 | 10000 | 11001 |
Color Harmonies of #364A42
Complementary color
Monochromatic Colors of #364A42
Black with #364A42
Text Example
Text Example
White with #364A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364A42; }
p { color: rgb(54,74,66); }
H1.HeaderClassName
{
color: #364A42;
}
.AnyTagClassName
{
color: #364A42;
}
</style>
background-color css
<style>
a { background-color: #364A42; }
a { background-color: rgb(54,74,66); }
div.DivClassName
{
background-color: #364A42;
}
.BgClassName
{
background-color: #364A42;
}
</style>
border-color css
<style>
span { border-color: #364A42; }
span { border-color: rgb(54,74,66); }
td.TdClassName
{
border-color: #364A42;
}
.TagClassName
{
border-color: #364A42;
}
</style>