#364E43

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

Shades of Te Papa Green #364E43

Tints of Te Papa Green #364E43

Color information

#364E43 (or 0x364E43) is unknown color: approx 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

RGB547867-
CMYK0.3100.140.69
HSL152.5º18.18%25.88%-
HSV(B)152.5º30.77%30.59%-
XYZ5.266.646.31-
YUV69.57126.55116.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.14%
GREEN value IS 78 (30.86% from 255) = 39.20%
BLUE value IS 67 (26.56% from 255) = 33.67%
R=27.14%
G=39.20%
B=33.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5478670.3100.140.69152.518.1825.88
Hex364E431F0E4598121a
Octal66116103370161052302232
Binary1101101001110100001111111011101000101100110001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>