Shades of Te Papa Green #364E43
Tints of Te Papa Green #364E43
RGB
CMYK
RGB Variations
Color information
#364E43 (or 0x364E43) is known color: Te Papa Green. HEX triplet: 36, 4E and 43. RGB value is (54,78,67). Sum of RGB (Red+Green+Blue) = 54+78+67=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 78 - color contains mainly: green. Hex color #364E43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #364E43 is #C9B1BC. Grayscale: #454545. Windows color (decimal): -13218237 or 4410934. OLE color: 4410934.
HSL color Cylindrical-coordinate representation of color #364E43: hue angle of 152.5º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #364E43 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 78 | 67 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.69 |
| HSL | 152.5º | 0.18% | 0.26% | - |
| HSV(B) | 152.5º | 0.31% | 0.31% | - |
| XYZ | 5.26 | 6.64 | 6.31 | - |
| YUV | 69.57 | 126.55 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 78 | 67 | 0.31 | 0 | 0.14 | 0.69 | 152.5 | 0.18 | 0.26 |
| Hex | 36 | 4E | 43 | 1F | 0 | E | 45 | 98 | 12 | 1A |
| Octal | 66 | 116 | 103 | 37 | 0 | 16 | 105 | 230 | 22 | 32 |
| Binary | 110110 | 1001110 | 1000011 | 11111 | 0 | 1110 | 1000101 | 10011000 | 10010 | 11010 |
Color Harmonies of #364E43
Complementary color
Monochromatic Colors of #364E43
Black with #364E43
Text Example
Text Example
White with #364E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364E43; }
p { color: rgb(54,78,67); }
H1.HeaderClassName
{
color: #364E43;
}
.AnyTagClassName
{
color: #364E43;
}
</style>
background-color css
<style>
a { background-color: #364E43; }
a { background-color: rgb(54,78,67); }
div.DivClassName
{
background-color: #364E43;
}
.BgClassName
{
background-color: #364E43;
}
</style>
border-color css
<style>
span { border-color: #364E43; }
span { border-color: rgb(54,78,67); }
td.TdClassName
{
border-color: #364E43;
}
.TagClassName
{
border-color: #364E43;
}
</style>