#354E45

Color #354E45 Te Papa Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Te Papa Green #354E45

Tints of Te Papa Green #354E45

Color information

#354E45 (or 0x354E45) is unknown color: approx Te Papa Green. HEX triplet: 35, 4E and 45. RGB value is (53,78,69). Sum of RGB (Red+Green+Blue) = 53+78+69=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 78 (30.86% from 255 or 39% from 200); Blue value is 69 (27.34% from 255 or 34.5% from 200); Max value from RGB is 78 - color contains mainly: green. Hex color #354E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354E45 is #CAB1BA. Grayscale: #454545. Windows color (decimal): -13283771 or 4542005. OLE color: 4542005.

HSL color Cylindrical-coordinate representation of color #354E45: hue angle of 158.4º 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 #354E45 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB537869-
CMYK0.3200.120.69
HSL158.4º19.08%25.69%-
HSV(B)158.4º32.05%30.59%-
XYZ5.276.646.63-
YUV69.5127.72116.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 26.5%
GREEN value IS 78 (30.86% from 255) = 39%
BLUE value IS 69 (27.34% from 255) = 34.5%
R=26.5%
G=39%
B=34.5%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5378690.3200.120.69158.419.0825.69
Hex354E45200C459e131a
Octal65116105400141052362332
Binary11010110011101000101100000011001000101100111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354E45; }

 p { color: rgb(53,78,69); }

 H1.HeaderClassName
 {
   color: #354E45;
 }
 .AnyTagClassName
 {
   color: #354E45;
 }
</style>
background-color css

<style>
 a { background-color: #354E45; }

 a { background-color: rgb(53,78,69); }

 div.DivClassName
 {
   background-color: #354E45;
 }
 .BgClassName
 {
   background-color: #354E45;
 }
</style>
border-color css

<style>
 span { border-color: #354E45; }

 span { border-color: rgb(53,78,69); }

 td.TdClassName
 {
   border-color: #354E45;
 }
 .TagClassName
 {
   border-color: #354E45;
 }
</style>