Shades of Te Papa Green #364A40
Tints of Te Papa Green #364A40
RGB
CMYK
RGB Variations
Color information
#364A40 (or 0x364A40) is known color: Te Papa Green. HEX triplet: 36, 4A and 40. RGB value is (54,74,64). Sum of RGB (Red+Green+Blue) = 54+74+64=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 74 (29.30% from 255 or 38.54% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 74 - color contains mainly: green. Hex color #364A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364A40 is #C9B5BF. Grayscale: #424242. Windows color (decimal): -13219264 or 4213302. OLE color: 4213302.
HSL color Cylindrical-coordinate representation of color #364A40: hue angle of 150º 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 #364A40 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 74 | 64 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.71 |
| HSL | 150º | 0.16% | 0.25% | - |
| HSV(B) | 150º | 0.27% | 0.29% | - |
| XYZ | 4.9 | 6.05 | 5.76 | - |
| YUV | 66.88 | 126.37 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 74 | 64 | 0.27 | 0 | 0.14 | 0.71 | 150 | 0.16 | 0.25 |
| Hex | 36 | 4A | 40 | 1B | 0 | E | 47 | 96 | 10 | 19 |
| Octal | 66 | 112 | 100 | 33 | 0 | 16 | 107 | 226 | 20 | 31 |
| Binary | 110110 | 1001010 | 1000000 | 11011 | 0 | 1110 | 1000111 | 10010110 | 10000 | 11001 |
Color Harmonies of #364A40
Complementary color
Monochromatic Colors of #364A40
Black with #364A40
Text Example
Text Example
White with #364A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364A40; }
p { color: rgb(54,74,64); }
H1.HeaderClassName
{
color: #364A40;
}
.AnyTagClassName
{
color: #364A40;
}
</style>
background-color css
<style>
a { background-color: #364A40; }
a { background-color: rgb(54,74,64); }
div.DivClassName
{
background-color: #364A40;
}
.BgClassName
{
background-color: #364A40;
}
</style>
border-color css
<style>
span { border-color: #364A40; }
span { border-color: rgb(54,74,64); }
td.TdClassName
{
border-color: #364A40;
}
.TagClassName
{
border-color: #364A40;
}
</style>