#324940

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

Shades of Te Papa Green #324940

Tints of Te Papa Green #324940

Color information

#324940 (or 0x324940) is unknown color: approx Te Papa Green. HEX triplet: 32, 49 and 40. RGB value is (50,73,64). Sum of RGB (Red+Green+Blue) = 50+73+64=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 73 - color contains mainly: green. Hex color #324940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324940 is #CDB6BF. Grayscale: #414141. Windows color (decimal): -13481664 or 4213042. OLE color: 4213042.

HSL color Cylindrical-coordinate representation of color #324940: hue angle of 156.52º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #324940 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB507364-
CMYK0.3200.120.71
HSL156.52º18.7%24.12%-
HSV(B)156.52º31.51%28.63%-
XYZ4.625.815.73-
YUV65.1127.38117.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.74%
GREEN value IS 73 (28.91% from 255) = 39.04%
BLUE value IS 64 (25.39% from 255) = 34.22%
R=26.74%
G=39.04%
B=34.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5073640.3200.120.71156.5218.724.12
Hex324940200C479d1318
Octal62111100400141072352330
Binary11001010010011000000100000011001000111100111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324940; }

 p { color: rgb(50,73,64); }

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

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

 a { background-color: rgb(50,73,64); }

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

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

 span { border-color: rgb(50,73,64); }

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