Shades of Te Papa Green #364D44
Tints of Te Papa Green #364D44
RGB
CMYK
RGB Variations
Color information
#364D44 (or 0x364D44) is known color: Te Papa Green. HEX triplet: 36, 4D and 44. RGB value is (54,77,68). Sum of RGB (Red+Green+Blue) = 54+77+68=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 77 - color contains mainly: green. Hex color #364D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #364D44 is #C9B2BB. Grayscale: #454545. Windows color (decimal): -13218492 or 4476214. OLE color: 4476214.
HSL color Cylindrical-coordinate representation of color #364D44: hue angle of 156.52º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #364D44 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 77 | 68 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.70 |
| HSL | 156.52º | 0.18% | 0.26% | - |
| HSV(B) | 156.52º | 0.3% | 0.3% | - |
| XYZ | 5.22 | 6.51 | 6.45 | - |
| YUV | 69.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 68 | 0.30 | 0 | 0.12 | 0.70 | 156.52 | 0.18 | 0.26 |
| Hex | 36 | 4D | 44 | 1E | 0 | C | 46 | 9D | 12 | 1A |
| Octal | 66 | 115 | 104 | 36 | 0 | 14 | 106 | 235 | 22 | 32 |
| Binary | 110110 | 1001101 | 1000100 | 11110 | 0 | 1100 | 1000110 | 10011101 | 10010 | 11010 |
Color Harmonies of #364D44
Complementary color
Monochromatic Colors of #364D44
Black with #364D44
Text Example
Text Example
White with #364D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364D44; }
p { color: rgb(54,77,68); }
H1.HeaderClassName
{
color: #364D44;
}
.AnyTagClassName
{
color: #364D44;
}
</style>
background-color css
<style>
a { background-color: #364D44; }
a { background-color: rgb(54,77,68); }
div.DivClassName
{
background-color: #364D44;
}
.BgClassName
{
background-color: #364D44;
}
</style>
border-color css
<style>
span { border-color: #364D44; }
span { border-color: rgb(54,77,68); }
td.TdClassName
{
border-color: #364D44;
}
.TagClassName
{
border-color: #364D44;
}
</style>