Shades of Te Papa Green #365045
Tints of Te Papa Green #365045
RGB
CMYK
RGB Variations
Color information
#365045 (or 0x365045) is known color: Te Papa Green. HEX triplet: 36, 50 and 45. RGB value is (54,80,69). Sum of RGB (Red+Green+Blue) = 54+80+69=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 80 - color contains mainly: green. Hex color #365045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365045 is #C9AFBA. Grayscale: #464646. Windows color (decimal): -13217723 or 4542518. OLE color: 4542518.
HSL color Cylindrical-coordinate representation of color #365045: hue angle of 154.62º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #365045 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 80 | 69 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.69 |
| HSL | 154.62º | 0.19% | 0.26% | - |
| HSV(B) | 154.62º | 0.33% | 0.31% | - |
| XYZ | 5.46 | 6.95 | 6.68 | - |
| YUV | 70.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 80 | 69 | 0.33 | 0 | 0.14 | 0.69 | 154.62 | 0.19 | 0.26 |
| Hex | 36 | 50 | 45 | 21 | 0 | E | 45 | 9B | 13 | 1A |
| Octal | 66 | 120 | 105 | 41 | 0 | 16 | 105 | 233 | 23 | 32 |
| Binary | 110110 | 1010000 | 1000101 | 100001 | 0 | 1110 | 1000101 | 10011011 | 10011 | 11010 |
Color Harmonies of #365045
Complementary color
Monochromatic Colors of #365045
Black with #365045
Text Example
Text Example
White with #365045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365045; }
p { color: rgb(54,80,69); }
H1.HeaderClassName
{
color: #365045;
}
.AnyTagClassName
{
color: #365045;
}
</style>
background-color css
<style>
a { background-color: #365045; }
a { background-color: rgb(54,80,69); }
div.DivClassName
{
background-color: #365045;
}
.BgClassName
{
background-color: #365045;
}
</style>
border-color css
<style>
span { border-color: #365045; }
span { border-color: rgb(54,80,69); }
td.TdClassName
{
border-color: #365045;
}
.TagClassName
{
border-color: #365045;
}
</style>