Shades of Te Papa Green #364A43
Tints of Te Papa Green #364A43
RGB
CMYK
RGB Variations
Color information
#364A43 (or 0x364A43) is known color: Te Papa Green. HEX triplet: 36, 4A and 43. RGB value is (54,74,67). Sum of RGB (Red+Green+Blue) = 54+74+67=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 74 - color contains mainly: green. Hex color #364A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364A43 is #C9B5BC. Grayscale: #434343. Windows color (decimal): -13219261 or 4409910. OLE color: 4409910.
HSL color Cylindrical-coordinate representation of color #364A43: hue angle of 159º 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 #364A43 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 74 | 67 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.71 |
| HSL | 159º | 0.16% | 0.25% | - |
| HSV(B) | 159º | 0.27% | 0.29% | - |
| XYZ | 4.98 | 6.09 | 6.22 | - |
| YUV | 67.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 74 | 67 | 0.27 | 0 | 0.09 | 0.71 | 159 | 0.16 | 0.25 |
| Hex | 36 | 4A | 43 | 1B | 0 | 9 | 47 | 9F | 10 | 19 |
| Octal | 66 | 112 | 103 | 33 | 0 | 11 | 107 | 237 | 20 | 31 |
| Binary | 110110 | 1001010 | 1000011 | 11011 | 0 | 1001 | 1000111 | 10011111 | 10000 | 11001 |
Color Harmonies of #364A43
Complementary color
Monochromatic Colors of #364A43
Black with #364A43
Text Example
Text Example
White with #364A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364A43; }
p { color: rgb(54,74,67); }
H1.HeaderClassName
{
color: #364A43;
}
.AnyTagClassName
{
color: #364A43;
}
</style>
background-color css
<style>
a { background-color: #364A43; }
a { background-color: rgb(54,74,67); }
div.DivClassName
{
background-color: #364A43;
}
.BgClassName
{
background-color: #364A43;
}
</style>
border-color css
<style>
span { border-color: #364A43; }
span { border-color: rgb(54,74,67); }
td.TdClassName
{
border-color: #364A43;
}
.TagClassName
{
border-color: #364A43;
}
</style>