#324942

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

Shades of Te Papa Green #324942

Tints of Te Papa Green #324942

Color information

#324942 (or 0x324942) is unknown color: approx Te Papa Green. HEX triplet: 32, 49 and 42. RGB value is (50,73,66). Sum of RGB (Red+Green+Blue) = 50+73+66=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 73 - color contains mainly: green. Hex color #324942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324942 is #CDB6BD. Grayscale: #414141. Windows color (decimal): -13481662 or 4344114. OLE color: 4344114.

HSL color Cylindrical-coordinate representation of color #324942: hue angle of 161.74º 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 #324942 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB507366-
CMYK0.3200.100.71
HSL161.74º18.7%24.12%-
HSV(B)161.74º31.51%28.63%-
XYZ4.685.846.03-
YUV65.32128.38117.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.46%
GREEN value IS 73 (28.91% from 255) = 38.62%
BLUE value IS 66 (26.17% from 255) = 34.92%
R=26.46%
G=38.62%
B=34.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5073660.3200.100.71161.7418.724.12
Hex324942200A47a21318
Octal62111102400121072422330
Binary11001010010011000010100000010101000111101000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324942; }

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

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

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

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

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

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

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

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